Drupal 7 – Export view data CSV, XML, XLS by Views data export module

In Drupal 7, we can easily create export Views data by the Views data export module. Say, we want to export all current nodes with title and post date.

1. Download and install the module.

2. Create a new view.
drupal7-view-data-export-1
 

3. Add the post date and add the data export view as depicted in the following picture.
drupal7-view-data-export-2
 

4. Set the export file type and output file URL.
drupal7-view-data-export-3
 

5. Save the view and you could now download the file from the above URL.
drupal7-view-data-export-4
 

Done =)

Reference: Drupal Module – Views data export

Advertisement

6 thoughts on “Drupal 7 – Export view data CSV, XML, XLS by Views data export module”

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.