i have csv file (id, pass,name, first name, last name). i want to import users with first name and last name as profile values?

Comments

heine’s picture

Priority: Critical » Normal
Status: Active » Closed (won't fix)

You did not ask a question.

See http://drupal.org/project/user_import

Robrecht Jacques’s picture

Category: task » support
Status: Closed (won't fix) » Postponed (maintainer needs more info)

Well, "won't fix" is a bit harsh...

What's your question?
Does it not work?
What errors do you get?
If so, attach a CSV file and explain the problem.

@Heine : probably user_import is the way to go, but at the moment there is no release afaics. And no, I don't want to duplicate the efforts of user_import into node_import, but with the D6 branch, the possibility was there to enable importing users, vocabularies, terms and nodes, so why not enable it?

drupalmind’s picture

i have patch to drupal 6 for user_import, but same problem occured...only user fields are shown but profile values are not shown.
so in short we get the same functionality as in node_import users imported but not profile fields imported.
any suggestions?