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

A plain CSV output.

See:
          Description

Class Summary
CSVDataReportUtil Utility class to provide an easy to use default implementation of CSV table exports.
CSVModule The module definition for the raw csv export module.
CSVProcessor The CSVProcessor coordinates the writing process for the raw CSV output.
CSVQuoter The CSVQuoter is a helper class to encode a string for the CSV file format.
CSVWriter The CSV Writer is the content creation function used to create the CSV content.
 

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

A plain CSV output. This output dumps the datarow (all values from Table and functions).

The first column is the group index, the second column is the report event which created this line. All other columns contain the contents of the datarow.

-1, report-header, column1 , column2, ...
0, group-header, column1 , column2, ...
0, itemband, column1 , column2, ...
..
..
..
0, group-footer, column1 , column2, ...
-1, report-footer, column1 , column2, ...