Closed (won't fix)
Project:
Node export
Version:
6.x-2.5
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Jun 2009 at 14:03 UTC
Updated:
7 Jun 2009 at 02:03 UTC
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
Comment #1
danielb commentedWould 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.