Hi, i have a content type with a filefield (and image widget). I use this content type as content profile.

When i import the date i put the filename in the image field (and the image files in the appropiate directory), but it don't imported.

What can i do?

Comments

polikuj’s picture

I'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.

robert castelo’s picture

Category: bug » feature
Status: Active » Postponed (maintainer needs more info)

User 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.

hanoii’s picture

Version: 6.x-2.3 » 6.x-2.4
Status: Postponed (maintainer needs more info) » Active

node 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.

serpicody’s picture

Has there been any progress with this issue?

gisle’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

The Drupal 6 version is no longer supported, and there has been no activity for more than seven years. Closing as outdated.