This package contains constants and classes used to work with expressions in csv files and streams.
Constants
CsvConstant
Defines a set of constants, such as control return, line feed and nil.
Classes
CsvQuoteState
Implements a quote string state object for CSV streams.
CsvSymbolState
Implements a symbol state to tokenize delimiters in CSV streams.
CsvTokenizer
Implements a tokenizer class for CSV files.
CsvWordState
Implements a word state to tokenize a CSV stream.