Skip to content

Function: parseCSV()

ts
function parseCSV(text, opts?): Table;

Defined in: data/csv.ts:53

Parse CSV text into a Table.

Parameters

ParameterType
textstring
optsCSVOptions

Returns

Table

MIT licensed. WebGL2 required.