Appearance
function parseCSV(text, opts?): Table;
Defined in: data/csv.ts:53
Parse CSV text into a Table.
text
string
opts
CSVOptions
Table