By Alan Oliveira on
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
Use node_import instead
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.
node import question
Hi,
Can you use node import to export users.
Thanks