Hi

I have a large user community that needs to be imported in a drupal site. The memberregistration system can provide an CSV file with all the user data. Is there a way to import the users (like http://drupal.org/project/user_import) and have the content profile build for every user based on the fields from the CSV?

Comments

joostvdl’s picture

+1

JamesAn’s picture

Since CP uses nodes for profiles, something like Node import might be more appropriate, especially since they support CCK fields. Unfortunately, their port to Drupal 6 is incomplete.

I suppose you can import the users and then write an SQL script to import the profile data into the correct node type. Time-consuming though...

kenorb’s picture

The same problem.
node_import for 6.x is working fine, but its import only nodes without accounts

kenorb’s picture

kenorb’s picture

Status: Active » Closed (duplicate)

Status: Active » Closed (duplicate)