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

darrellduane’s picture

+1

iccle’s picture

++1

robert castelo’s picture

Status: Active » Closed (duplicate)
rickyfriend4all’s picture

Using feeds module you can import the users from a csv file in drupal 7.

d.novikov’s picture

Feeds module lacks flexibility. It allows a very limited number of field mappings for user import.

ah0’s picture

+1
any updates as when we will have the D7 version please
thanks

robert castelo’s picture

Note this issue is closed as it's a duplicate of http://drupal.org/node/670844

lsancheztapia’s picture

How about this module http://drupal.org/project/uif/ ?