Have you ever needed to download your user list to Excel, or export it to a comma-separated file? This module steps in and does just that. Use this module to export users' data to different text file types for transport to other systems.

There are other solutions to do this same thing; however, the goal of this module is to be a turn-key solution requiring no configuration.

After installing the module visit: /admin/people/export

As a bonus, if you have views installed, this module adds a nice admin screen to help locate users by email or username.

The 3.0.x Branch

The release has an integration with Views data export module and allows users to export data as csv, json and xml.

The 2.0.x Branch

If you install this using Drush you will be asked if you want to install it's dependency
Loft Data Grids. Go ahead and accept this. But then you will need to install the dependencies for Loft Data Grids using composer:

  1. In a terminal window, cd to the web root
  2. run composer install

Requires PHP >=5.3

The 2.x branch requires this module: Loft Data Grids, while the 1.x branch did not. Therefore to upgrade from 1.x to 2.x or to install the 2.x branch, you will need to also install that module.

  1. Enable Loft Data Grids.
  2. Run update.php to complete the upgrade to 2.x.

Features

This module is lean, meaning it provides export of the following user attributes:

  1. uid
  2. mail
  3. name
  4. created
  5. access
  6. login

That said, it is a solid API and very extensible via hook_alters(). As such if you need to add additional fields such as profile fields then you can do it via additional modules.

I could see plug-in modules being written which leverage the fieldable concept of users and add support for user fields. This module would serve as the base for such a design.

Support the Development

If you would like to make a donation to support this work, please click here.

Related Projects

http://drupal.org/project/profile_csv
http://drupal.org/project/dba
http://drupal.org/project/views_data_export

Supporting organizations: 
Development
Development
Development and maintenance

Project information

Releases