-
Gets the quote policy output fields.
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Sets the quote policy to use for output.
private
CSVFormat(String delimiter,
Character quoteChar,
QuoteMode quoteMode,
Character commentStart,
Character escape,
boolean ignoreSurroundingSpaces,
boolean ignoreEmptyLines,
String recordSeparator,
String nullString,
Object[] headerComments,
String[] header,
boolean skipHeaderRecord,
boolean allowMissingColumnNames,
boolean ignoreHeaderCase,
boolean trim,
boolean trailingDelimiter,
boolean autoFlush,
DuplicateHeaderMode duplicateHeaderMode,
boolean trailingData,
boolean lenientEof)
Creates a customized CSV format.
CSVFormat.Builder.setQuoteMode(QuoteMode)