Is there a way to import all the user's email address to a txt file.

Can backup_migrate module will be able to do this by importing specific tables?

Comments

arh1’s picture

i'm not sure if you really want to import or export your users. in any event, i've had good luck with these 2 modules:

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

sorry, i don't have any experience with backup_migrate.

hth

himagarwal’s picture

profile_csv worked like a charm.

Thank you for your help!