I export a user table from Access to a CSV file
select ; as field separator
selec " " as text separator
try to Upload a CSV file to User Import
see attachment bellow, the module doesnt recognize my fields
http://drupal.org/files/issues/error_31.jpg

how you guys use this module btw ? =)

Comments

margaridacarvalho’s picture

Hi!
I had the same problem with user import but in drupal 6.
I've used node import instead of user import to import users.
See http://drupal.org/project/node_import.

igorjava’s picture

Hi,
Can you use node import to export users.
Thanks