| Class and Description |
|---|
| CSVFormat
Specifies the format of a CSV file for parsing and writing.
|
| CSVFormat.Builder
Builds CSVFormat instances.
|
| CSVFormat.Predefined
Predefines formats.
|
| CSVParser
Parses CSV files according to the specified format.
|
| CSVPrinter
Prints values in a
CSV format. |
| CSVRecord
A CSV record parsed from a CSV file.
|
| DuplicateHeaderMode
Determines how duplicate header fields should be handled
if
CSVFormat.Builder.setHeader(Class) is not null. |
| QuoteMode
Defines quoting behavior.
|
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.