CsvWordState

Implements a word state to tokenize a CSV stream.

Extends: GenericWordState

Description

The CsvWordState class implements a word state to tokenize a CSV stream.

Constructors

Constructs this object with specified parameters.

CsvWordState(List<int> fieldSeparators, List<int> quoteSymbols)

  • fieldSeparators: List<int> - separators for fields in a CSV stream.
  • quoteSymbols: List<int> - delimiter characters used to quote strings.