Constructs a new CSVLexer instance.
The common options for the lexer.
Lexes the given chunk of CSV data.
Optionalchunk: stringThe chunk of CSV data to be lexed. Omit to flush remaining data.
Optionaloptions: CSVLexerLexOptionsLexer options.
An iterable iterator of tokens.
CSV Lexer.
CSVLexer tokenizes CSV data into fields and records.