Components
- Code
- Documentation
- Miscellaneous
- User interface
- Meta
Documentation
Images
Licence
http://www.gnu.org/licenses/old-licenses/gpl-2.0.htmlpermet d'exporter les données en progressif avec batch. Formats de sortie : CSV, XSL, DOC, TXT, XML
Release
Covered by Drupal's security advisory policy
Release type : New features
Dev releases are not covered by Drupal security advisories.
Description
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 included that support exporting in the following types:
- CSV
- Microsoft XLS (or really simple HTML understood by Excel)
- Microsoft DOC
- Basic TXT
- XML
In addition proper support for Excel / the XLSX format can be added through the module Views Data Export PHPExcel.
Important note for batch usage
When using batch mode, it is important to sort the view on a unique identifier, such as nid
or uid
, to provide consistent results. See #3120563: Inconsistent results when doing batch exports for background info.
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]
Requirements
The batched export functionality of this module requires a MySQL database.
This module also requires version 2.7 or higher of views.
Similar modules
- Views Bonus Pack includes an export submodule that allows exports, but is not scalable for large data sets.
- Views Datasource allows exporting to XML/JSON among many others, but is geared towards small exports.
- Services Views provides ways of exporting views results as XML, JSON and CSV using Services.
- Views batch page module seems to batch the building of views data, but displays it as a page instead of a file. Also, pages of data a simply rendered and concatenated together instead of being one contiguous table.
History
This module has its roots in the export module that is part of the Views Bonus Pack. However, massive changes were needed to make the batch export functionality work, and so this fork was created. See: http://drupal.org/node/805960
About the Developers
This project is currently maintained by developers at ComputerMinds - visit us at http://www.computerminds.co.uk. We at ComputerMinds pride ourselves on offering quality Drupal training, Drupal development and Drupal consulting. Go Drupal!
Toutes les informations proviennent du site drupal.org