How can User Import function work in Drupal 7?
Specifically, how might I import a few hundred records (with addresses & phone numbers) from a CSV file into a Drupal 7 site. User registration fields are configured to match all CSV fields.
Migrate module seems to offer a foundation, but needs development beyond my skills to support user records.
(I tagged this Version 6 because no v7 tag is available here.)
Comments
Comment #1
darrellduane commented+1
Comment #2
iccle commented++1
Comment #3
robert castelo commentedhttp://drupal.org/node/670844
Comment #4
rickyfriend4all commentedUsing feeds module you can import the users from a csv file in drupal 7.
Comment #5
d.novikov commentedFeeds module lacks flexibility. It allows a very limited number of field mappings for user import.
Comment #6
ah0 commented+1
any updates as when we will have the D7 version please
thanks
Comment #7
robert castelo commentedNote this issue is closed as it's a duplicate of http://drupal.org/node/670844
Comment #8
lsancheztapia commentedHow about this module http://drupal.org/project/uif/ ?