A data container which tells the CsvParser which characters are special
A data container which tells the CsvParser which characters are special
first-level separators; separate records
second-level separators; separate the fields within a record
A character that starts and ends strings of literal characters
characters that are trimmed from the start or end of a record
a character that causes the next character to be interpreted literally
A CharacterMeanings that uses ASCII record and field delimiter characters to separate records and fields
A CharacterMeanings that uses a set of characters similar to most Comma-Separated-Values files
A CharacterMeanings that uses a set of characters similar to most Tab-Separated-Values files
Contains classes used to customize the CsvParser's behavior, as well as a few common instances of those classes.