Posted by bchristensen on June 6, 2009 at 2:03pm
Jump to:
| Project: | Node export |
| Version: | 6.x-2.5 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
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
#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.