Skip to content

Interface: CSVOptions

Defined in: data/csv.ts:7

A tiny dependency-free CSV parser + typed-array column access — the common "load a CSV and plot a column" path. Handles quoted fields, escaped quotes (""), and \n / \r\n line endings.

Properties

delimiter?

ts
optional delimiter?: string;

Defined in: data/csv.ts:9

Field delimiter. Default ",".


ts
optional header?: boolean;

Defined in: data/csv.ts:11

Treat the first row as headers. Default true.


skipEmpty?

ts
optional skipEmpty?: boolean;

Defined in: data/csv.ts:13

Drop blank lines. Default true.

MIT licensed. WebGL2 required.