Interface CsvMetadataReportConfiguration

    • Method Detail

      • isWriteHeader

        Boolean isWriteHeader()
        Returns a boolean that specifies whether the export header (the column names) should be written or not.
        See Also:
        PROPERTY_WRITE_HEADER
      • 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:
        PROPERTY_COLUMN_NAMES_PREFIX