Interface CsvMetadataReportConfiguration

All Superinterfaces:
CommonExportConfiguration, CsvReportConfiguration, ReportExportConfiguration
All Known Implementing Classes:
SimpleCsvMetadataReportConfiguration

public interface CsvMetadataReportConfiguration extends CsvReportConfiguration
Interface containing settings used by the metadata based CSV exporter.
Author:
Teodor Danciu (teodord@users.sourceforge.net)
See Also:
  • Field Details

  • Method Details

    • isWriteHeader

      Boolean isWriteHeader()
      Returns a boolean that specifies whether the export header (the column names) should be written or not.
      See Also:
    • getColumnNames

      String[] getColumnNames()
      Returns an array of strings representing the comma-separated names of the columns that should be exported.

      NOTE: The order of the columns is important and, for accurate results, they should be in the same order as the original columns.

      See Also: