Closed (outdated)
Project:
User Import
Version:
6.x-2.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Dec 2009 at 16:11 UTC
Updated:
6 Jul 2019 at 12:29 UTC
Jump to comment: Most recent
Comments
Comment #1
polikuj commentedI'm having the same issue...
User imported or updated, no errors, imagefile name in the csv column, image file in the correct directory but no succes in importing. solutions?
Thanks.
Comment #2
robert castelo commentedUser Import module uses Node Import module to import into Content Profile - can you check if Node Import handles importing into filefield?
If it does we can add support for that to User Import, if not you'll have to work on adding it to Node Import.
Comment #3
hanoiinode import does have support for image (and file) fields. Latest dev of node import fixes a few bugs around that, so I recommend using that one.
The problem itself is that node_import is only being used to get the fields to map, then all the process is done through this module.
I wonder if there's a way to tell node_import to fill in the nodes properly (a.k.a create file entry, etc).
node import also validates that the file is properly uploaded to the field configured path before importing, that should be added somehow to this module as well.
Will try to check this, but if you can come up with a solution to this quicker than I, that'd be great.
Comment #4
serpicody commentedHas there been any progress with this issue?
Comment #5
gisleThe Drupal 6 version is no longer supported, and there has been no activity for more than seven years. Closing as outdated.