By test_drupal-1 on
Hi Everyone,
I able to import user login(csv file) details in drupal 5.x using user import module but user import module is not available in drupal 6.x.
I need to import user csv file into drupal 6.x site also .anyone suggestion plz..
Comments
There is a user-submitted
There is a user-submitted 6.x version of http://drupal.org/project/user_import in the following issue, in comment 107:
http://drupal.org/node/267761#comment-1144165
Or, you could use the http://drupal.org/project/node_import module, which can also do simple user imports.
Thanks cog.rusty
Hi cog.rusty,
I created user_import module in drupal 6.x using import.tar patch from http://drupal.org/node/267761#comment-1144165 in comment 107 which you suggested.
I am able to enable module and upload csv file in the module but i am not getting any fields name in Drupal fields column but when i click import/test button it is firing any error i.e "One column of the csv file must be set as the email address." .
I am attaching png image .sorry i am unable to upload image so please check it in http://drupal.org/node/267761#comment-1144165 in comment 100 where field name are visible in Drupal fields in image but for me it not getting any field only '-------' values
Thanks.
Test_drupal.
I got the fileds..
Hi cog.rusty,
I got the functionality of user_import module in drupal 6.x similar to drupal 5.x..
Thanks for ur suggestion..
Thanks,
test_drupal..