Interface CsvExporterConfiguration

    • Method Detail

      • getFieldDelimiter

        java.lang.String getFieldDelimiter()
        Returns the string representing the character or sequence of characters to be used to delimit two fields on the same record.
        See Also:
        PROPERTY_FIELD_DELIMITER
      • getFieldEnclosure

        java.lang.String getFieldEnclosure()
        Returns a string representing the character to be used to enclose a field value on a record. If this is a multi-character string, the first character only will be taken into account. White spaces are not considered.

        Default value is ".

        See Also:
        PROPERTY_FIELD_ENCLOSURE
      • getForceFieldEnclosure

        java.lang.Boolean getForceFieldEnclosure()
        Returns a flag that enforces all exported field values to be enclosed within a pair of enclosure characters (usually a pair of quotes: "").

        Default value is false.

        See Also:
        PROPERTY_FORCE_FIELD_ENCLOSURE
      • getRecordDelimiter

        java.lang.String getRecordDelimiter()
        Returns the string representing the character or sequence of characters to be used to delimit two records.
        See Also:
        PROPERTY_RECORD_DELIMITER
      • isWriteBOM

        java.lang.Boolean isWriteBOM()
        Specifies whether the exporter should put a BOM character at the beginning of the output.
        See Also:
        PROPERTY_WRITE_BOM
      • getEscapeFormula

        java.lang.Boolean getEscapeFormula()
        Returns a flag that enforces field values containing formula to be escaped in order to be interpreted as pure text.

        Default value is false.

        See Also:
        PROPERTY_ESCAPE_FORMULA