Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / views_data_export @ 59ae487e

Nom Taille Révision Âge Auteur Commentaire
  images b08fce64 environ 7 ans Assos Assos Weekly update of contrib modules
  plugins b08fce64 environ 7 ans Assos Assos Weekly update of contrib modules
  tests 56aebcb7 plus de 7 ans Assos Assos Weekly update of contrib modules
  theme 56aebcb7 plus de 7 ans Assos Assos Weekly update of contrib modules
LICENSE.txt 17,7 ko f7a2490e plus de 10 ans Assos Assos git mv htmltest drupal7
README.txt 1,38 ko f7a2490e plus de 10 ans Assos Assos git mv htmltest drupal7
views_data_export.drush.inc 12,6 ko b08fce64 environ 7 ans Assos Assos Weekly update of contrib modules
views_data_export.info 841 octets b08fce64 environ 7 ans Assos Assos Weekly update of contrib modules
views_data_export.install 6,97 ko b08fce64 environ 7 ans Assos Assos Weekly update of contrib modules
views_data_export.module 8,57 ko b08fce64 environ 7 ans Assos Assos Weekly update of contrib modules
views_data_export.views.inc 5,56 ko f7a2490e plus de 10 ans Assos Assos git mv htmltest drupal7

Dernières révisions

# Date Auteur Commentaire
b08fce64 06/04/2017 00:01 Assos Assos

Weekly update of contrib modules

56aebcb7 21/09/2016 22:49 Assos Assos

Weekly update of contrib modules

ba09eb79 28/10/2015 22:45 Assos Assos

Weekly update of contrib modules

f0456308 27/08/2014 22:31 Assos Assos

Weekly update of contrib modules

f7a2490e 13/02/2014 15:56 Assos Assos

git mv htmltest drupal7

Voir les révisions

README


Views Data Export

Introduction

This module is designed to provide a way to export large amounts of data from
views. It provides a display plugin that can rendered progressively in a batch.
Style plugins are include that support exporting in the following types:

  • CSV
  • Microsoft XLS
  • Microsoft Doc
  • Basic txt
  • Simple xml.

Using the "Views Data Export" module

  1. Add a new "Data export" display to your view.
  2. Change its "Style" to the desired export type. e.g. "CSV file".
  3. Configure the options (such as name, quote, etc.). You can go back and do this at any time by clicking the gear icon next to the style plugin you just selected.
  4. Give it a path in the Feed settings such as "path/to/view/csv".
  5. Optionally, you can choose to attach this to another of your displays by updating the "Attach to:" option in feed settings.

Advanced usage

This module also exposes a drush command that can execute the view and save its
results to a file.

drush views-data-export [view-name] [display-id] [output-file]

History

This module has its roots in the export module that was part of the views bonus
pack (http://drupal.org/project/views_bonus). However, massive changes were
needed to make the batch export functionality work, and so this fork was
created. See: http://drupal.org/node/805960

Formats disponibles : Atom