I am attempting to import several thousand user records from a CSV file. I have a content type of "profile" defined with a combination of text, multi-select and CCK fields defined in the profile fields.The User_Import module is installed, all of the csv fields are mapped properly and the import function does not return any error messages after it imports. Unfortunately, it is only importing the username and email address.There are 15 to 20 more fields that are not being imported (node_profile, node_import and node_family are also installed).

However, if I go to "Import Content", it imports most of the user fields properly, so I know the csv file is OK (I have also used other csv files for testing).

So what am I doing wrong? Is there some configuration, php tweaks or combination of settings I have not done correctly? Should I import the user records as content and then somehow convert them to a user node?

I really like the User_Import module with all of the additional functionality so would much prefer getting that configured properly.

Comments

WorldFallz’s picture

Which profile are you using? Core profile does not support cck fields and from what i could tell user_import works with the core profile module.

===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz

jtAx’s picture

I am not exactly sure what you are referring to when you ask "what profile" I am using. What do I need to look for to determine which profile?

WorldFallz’s picture

Nevermind my original reply-- I didn't realize there was a new version of user_import that works with node profiles (I assume your using nodeprofile and the 2x version of user_import). Since it's still in development, you' re probably better off creating an issue in the module's issue queue.

===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz