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.

Comments

danielb’s picture

Status: Active » Closed (won't fix)

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.