source: sipes/modules_contrib/views_data_export/README.txt @ c43ea01

stableversion-3.0
Last change on this file since c43ea01 was e1332eb, checked in by lhernandez <lhernandez@…>, 8 años ago

se agrego el modulo para exportar los datos

  • Propiedad mode establecida a 100644
File size: 1.4 KB
Línea 
1Views Data Export
2=================
3
4Introduction
5------------
6
7This module is designed to provide a way to export large amounts of data from
8views. It provides a display plugin that can rendered progressively in a batch.
9Style plugins are include that support exporting in the following types:
10
11* CSV
12* Microsoft XLS
13* Microsoft Doc
14* Basic txt
15* Simple xml.
16
17Using the "Views Data Export" module
18------------------------------------
19
201. Add a new "Data export" display to your view.
212. Change its "Style" to the desired export type. e.g. "CSV file".
223. Configure the options (such as name, quote, etc.). You can go back and do
23   this at any time by clicking the gear icon next to the style plugin you just
24   selected.
254. Give it a path in the Feed settings such as "path/to/view/csv".
265. Optionally, you can choose to attach this to another of your displays by
27   updating the "Attach to:" option in feed settings.
28
29Advanced usage
30--------------
31
32This module also exposes a drush command that can execute the view and save its
33results to a file.
34
35drush views-data-export [view-name] [display-id] [output-file]
36
37
38History
39-------
40
41This module has its roots in the export module that was part of the views bonus
42pack (http://drupal.org/project/views_bonus). However, massive changes were
43needed to make the batch export functionality work, and so this fork was
44created. See: http://drupal.org/node/805960
45
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.