Closed (fixed)
Project:
User Import
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
24 Mar 2009 at 22:17 UTC
Updated:
25 Mar 2009 at 14:44 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | userimport2.png | 43.47 KB | fpedraza |
| userimport.png | 137.71 KB | fpedraza |
Comments
Comment #1
robert castelo commentedCan 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
?
Comment #2
robert castelo commentedJust 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.
Comment #3
robert castelo commentedI 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?
Comment #4
fpedraza commentedThe 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.
Comment #5
fpedraza commentedAlso 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
Comment #6
fpedraza commentedSorry, 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!
Comment #7
robert castelo commentedYai, another 'bug' bites the dust!