for some reason a simple user import wont work see attached error report and the CSV I am attempting to use
| Comment | File | Size | Author |
|---|---|---|---|
| AllMembers.zip | 1 KB | Snow Valley Consulting | |
| node_import-user-3.txt | 10.38 KB | Snow Valley Consulting |
for some reason a simple user import wont work see attached error report and the CSV I am attempting to use
| Comment | File | Size | Author |
|---|---|---|---|
| AllMembers.zip | 1 KB | Snow Valley Consulting | |
| node_import-user-3.txt | 10.38 KB | Snow Valley Consulting |
Comments
Comment #1
Robrecht Jacques commentedIt seems to be because of required profile fields. Eg:
Comment #2
pbindagorge commentedI was about to post an issue similar to this but decided that commenting on this issue was probably best. I noticed today that when I attempt to import to a content type that has required CCK fields that near the end of the import wizard it will flag the required field regardless of whether I have anything specified for it in my CSV file. When I saw this the first time I had forgotten about my required CCK fields. So I added the field name to the CSV file and added values for these fields, but I still get the same error. So there really seems to be an issue with required fields and Node Import.
Comment #3
pbindagorge commentedI was about to post an issue similar to this but decided that commenting on this issue was probably best. I noticed today that when I attempt to import to a content type that has required CCK fields that near the end of the import wizard it will flag the required field regardless of whether I have anything specified for it in my CSV file. When I saw this the first time I had forgotten about my required CCK fields. So I added the field name to the CSV file and added values for these fields, but I still get the same error. So there really seems to be an issue with required fields and Node Import.
Comment #4
cayenne commentedUser Import module works pretty good for this
Comment #5
ajcyeh commentedCayenne,
Which User Import Module do you refer to?
I am looking for a stable one.
Thanks!
Ajcyeh
Comment #6
cayenne commentedHi Aj
WHile the Node Import module is great, this one, for users and their profiles, seems to do the trick for me: http://drupal.org/project/user_import
Why, is there another one?
Comment #7
ajcyeh commentedThank you Cayenne,
I read the discussion at http://drupal.org/node/267761 and will try the user_import for D6 later.
Ajcyeh
Comment #8
Robrecht Jacques commentedCould you test the patch of http://drupal.org/node/359488 which adds profile fields in node_import for users.
Thanks. Setting this as duplicate.