Package | Description |
---|---|
com.univocity.parsers.csv |
Modifier and Type | Method and Description |
---|---|
CsvFormat |
CsvFormat.clone() |
protected CsvFormat |
CsvWriterSettings.createDefaultFormat()
Returns the default CsvFormat configured to produce CSV outputs compliant to the RFC4180 standard.
|
protected CsvFormat |
CsvParserSettings.createDefaultFormat()
Returns the default CsvFormat configured to handle CSV inputs compliant to the RFC4180 standard.
|
CsvFormat |
CsvParser.getDetectedFormat()
Returns the CSV format detected when one of the following settings is enabled:
CommonParserSettings.isLineSeparatorDetectionEnabled()
CsvParserSettings.isDelimiterDetectionEnabled()
CsvParserSettings.isQuoteDetectionEnabled()
The detected format will be available once the parsing process is initialized (i.e. |
Modifier and Type | Method and Description |
---|---|
void |
CsvParser.updateFormat(CsvFormat format)
Allows changing the format of the input on the fly.
|
Copyright © 2023 Univocity Software Pty Ltd. All rights reserved.