Whether to include location information in tokens (default: false)
Lexes the given chunk of CSV string data.
Optionalchunk: stringThe chunk of CSV string data to be lexed. Omit to flush remaining data.
Optionaloptions: CSVLexerLexOptionsLexer options.
An iterable iterator of tokens.
String CSV Lexer interface
StringCSVLexer tokenizes string CSV data into fields and records.