Class | Description |
---|---|
Csv |
This class provides default configurations using CSV formats commonly used for parsing/writing.
|
CsvFormat |
The CSV format configuration.
|
CsvFormatDetector |
An
InputAnalysisProcess to detect column delimiters, quotes and quote escapes in a CSV input. |
CsvParser |
A very fast CSV parser implementation.
|
CsvParserSettings |
This is the configuration class used by the CSV parser (
CsvParser ) |
CsvRoutines |
A collection of common routines involving the processing of CSV data.
|
CsvWriter |
A powerful and flexible CSV writer implementation.
|
CsvWriterSettings |
This is the configuration class used by the CSV writer (
CsvWriter ) |
Enum | Description |
---|---|
UnescapedQuoteHandling |
This enumeration is used to determine how the (
CsvParser ) will handle values with unescaped quotes. |
Copyright © 2022 Univocity Software Pty Ltd. All rights reserved.