static CsvFormatDescriptor.Builder |
CsvFormatDescriptor.builder() |
|
CsvFormatDescriptor.Builder |
CsvFormatDescriptor.Builder.charset(String charset) |
The character set in which the source CSV file is written.
|
CsvFormatDescriptor.Builder |
CsvFormatDescriptor.Builder.containsHeader(Boolean containsHeader) |
Whether or not the source CSV file contains a header.
|
CsvFormatDescriptor.Builder |
CsvFormatDescriptor.Builder.delimiter(String delimiter) |
The character used to delimit the source CSV file.
|
CsvFormatDescriptor.Builder |
CsvFormatDescriptor.Builder.fileCompression(String fileCompression) |
The level of compression of the source CSV file.
|
CsvFormatDescriptor.Builder |
CsvFormatDescriptor.Builder.fileCompression(CSVFileCompression fileCompression) |
The level of compression of the source CSV file.
|
CsvFormatDescriptor.Builder |
CsvFormatDescriptor.Builder.headerList(String... headerList) |
A list of the source CSV file's headers, if any.
|
CsvFormatDescriptor.Builder |
CsvFormatDescriptor.Builder.headerList(Collection<String> headerList) |
A list of the source CSV file's headers, if any.
|
CsvFormatDescriptor.Builder |
CsvFormatDescriptor.Builder.quoteSymbol(String quoteSymbol) |
The character used as a quote character.
|
CsvFormatDescriptor.Builder |
CsvFormatDescriptor.toBuilder() |
|