Uses of Class
com.univocity.parsers.csv.CsvParserSettings
Packages that use CsvParserSettings
-
Uses of CsvParserSettings in com.univocity.parsers.csv
Methods in com.univocity.parsers.csv that return CsvParserSettingsModifier and TypeMethodDescriptionfinal CsvParserSettings
CsvParserSettings.clone()
final CsvParserSettings
CsvParserSettings.clone
(boolean clearInputSpecificSettings) protected CsvParserSettings
CsvRoutines.createDefaultParserSettings()
static CsvParserSettings
Csv.parseExcel()
Provides a basic CSV configuration that allows parsing CSV files produced by Microsoft Excel.static CsvParserSettings
Csv.parseRfc4180()
Provides a basic CSV configuration for parsing CSV files in accordance with the rules established by RFC 4180Methods in com.univocity.parsers.csv with parameters of type CsvParserSettingsModifier and TypeMethodDescriptionprotected CsvParser
CsvRoutines.createParser
(CsvParserSettings parserSettings) Constructors in com.univocity.parsers.csv with parameters of type CsvParserSettingsModifierConstructorDescriptionCsvFormatDetector
(int maxRowSamples, CsvParserSettings settings, int whitespaceRangeStart) Builds a newCsvFormatDetector
CsvParser
(CsvParserSettings settings) The CsvParser supports all settings provided byCsvParserSettings
, and requires this configuration to be properly initialized.CsvRoutines
(CsvParserSettings parserSettings) Creates a new instance of the CSV routine class.CsvRoutines
(CsvParserSettings parserSettings, CsvWriterSettings writerSettings) Creates a new instance of the CSV routine class.