Uses of Class
com.univocity.parsers.csv.CsvFormat
Packages that use CsvFormat
-
Uses of CsvFormat in com.univocity.parsers.csv
Methods in com.univocity.parsers.csv that return CsvFormatModifier and TypeMethodDescriptionfinal CsvFormat
CsvFormat.clone()
protected CsvFormat
CsvParserSettings.createDefaultFormat()
Returns the default CsvFormat configured to handle CSV inputs compliant to the RFC4180 standard.protected CsvFormat
CsvWriterSettings.createDefaultFormat()
Returns the default CsvFormat configured to produce CSV outputs compliant to the RFC4180 standard.final 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.Methods in com.univocity.parsers.csv with parameters of type CsvFormatModifier and TypeMethodDescriptionfinal void
CsvParser.updateFormat
(CsvFormat format) Allows changing the format of the input on the fly.