Class JRCsvMetadataExporter

All Implemented Interfaces:
Exporter<ExporterInput,CsvMetadataReportConfiguration,CsvMetadataExporterConfiguration,WriterExporterOutput>

Exports a JasperReports document to CSV format based on the metadata provided.

The exporter allows users to specify which columns should be included in the CSV export, what other value than the default should they contain and whether the values for some columns should be auto filled when they are empty or missing (e.g. value for group columns)

Author:
Narcis Marcu (narcism@users.sourceforge.net)