Hi, I imported a CSV file on a site that has some profile fields grouped under "personal information".

All the users got created but the profile fields are all empty. The module reported no errors when I tested the file.
I attach screenshot, maybe it helps.

Thank you.

CommentFileSizeAuthor
#4 userimport2.png43.47 KBfpedraza
userimport.png137.71 KBfpedraza

Comments

robert castelo’s picture

Assigned: Unassigned » robert castelo

Can you tell me more about what kind of Profile fields these are.

single-line textfield
multi-line textfield
checkbox
list selection
freeform list
URL
date

?

robert castelo’s picture

Just tested all the field types, works for everything except date fields (as in the Drupal 5 version).

Can you check the data you are importing - maybe these users don't have Profile data?

If that's not it, could you send a screenshot of the settings of one of the fields please.

robert castelo’s picture

I did some further testing and still couldn't reproduce the problem.

I set fields as Required and displaying on registration, but all still worked fine.

Maybe something to do with the data?

fpedraza’s picture

StatusFileSize
new43.47 KB

The ones that are problematic are url and selection (see screenshot). Some of the users have that fields in the data file and some don't. If any of these two has a value, the user doesn't get any of the fields.

fpedraza’s picture

Also if any of the user has latin characters (á,é,ñ,...) in any of the fields, they don't get anything imported in the profile.
I'm using UTF-8 encoding

fpedraza’s picture

Sorry, it was all about encoding. Actually input files were in 8859-1, I converted them to UTF-8 and now everything works OK.

Thank you!

robert castelo’s picture

Status: Active » Closed (fixed)

Yai, another 'bug' bites the dust!