Package org.pentaho.reporting.engine.classic.core.modules.gui.csv

An CSV export module.

See:
          Description

Class Summary
CSVDataExportDialog A dialog for exporting a report to CSV format.
CSVDataExportPlugin Encapsulates the CSVDataExportDialog into a separate plugin.
CSVDataExportTask An export task implementation that writes an report into a CSV file, and uses the raw target to create layouted content.
CSVExportGUIModule The module definition for the CSV export gui module.
CSVTableExportDialog A dialog for exporting a report to CSV format.
CSVTableExportPlugin Encapsulates the CSVDataExportDialog into a separate plugin.
CSVTableExportTask An export task implementation that writes an report into a CSV file, and uses the table target to create layouted content.
 

Package org.pentaho.reporting.engine.classic.core.modules.gui.csv Description

An CSV export module. The module registers itself during the module initialization in the preview frame.

The module contains support for raw and layouted csv exports. In the raw mode, the current data row will be written to the file, while the layouted mode tries to preserve the layout in the exported file.

As with all table style exports, this target does not support overlapping elements. If two elements request the same cell, the first element wins.

For best layouted results, you should use the excel export target.