Bulk Export of Users
bchristensen - June 6, 2009 - 14:03
| Project: | Node Export |
| Version: | 6.x-2.5 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | won't fix |
Jump to:
Description
I wanted to make a feature request that kind of extends the one made earlier in http://drupal.org/node/343697 . I think it would be really great if Bulk Export were added for Users as well, perhaps under the Update Options on /admin/user/user/list so it would be similar to the content bulk export.

#1
Would be a job for another module IMO as the focus of this module is nodes.
FYI there is already a way to do this using existing modules. You can use the Views module to create a feed of all your users. Use the Views Bonus module to make this feed a CSV/excel file. Then use the User Import module to import the CSV.
That is a pretty good way of doing bulk exports anyway, even with nodes, just takes a few steps to set it up.