String CSV Lexer interface
StringCSVLexer tokenizes string CSV data into fields and records.
Lexes the given chunk of CSV string data.
Optional
The chunk of CSV string data to be lexed. Omit to flush remaining data.
Lexer options.
An iterable iterator of tokens.
String CSV Lexer interface
StringCSVLexer tokenizes string CSV data into fields and records.