Drupal Version 7.21
I tried to import a csv file.
the CSV columns are OK
The Pulldown list "Drupal Fileds" is containing only: ------------; email; password; roles;
The Pulldown list "Username" is containing only: ---; 1; 2; 3; 4;
Kind Regards Knut
Comments
Comment #1
davidwhthomas commentedSimilar issue here, the select field to map the CSV column to Drupal fields doesn't include the username field.
So, it's not possible to map a field to the username.
I see "Username" is commented out in user.inc
Uncommenting it provides the username field, but doesn't map any data to it after import ( and username is randomly generated instead )
Comment #2
davidwhthomas commentedOK, I see the workflow is a bit "special" for username. It's not selected from the drop down box ( like email address, password etc..), but rather the admin is expected to select "1" from the drop down box if that field is the first part of the username etc...
After selecting "1" for the relevant field ( and leaving the drop down at "-------------"), the import was successful, thanks.