class

CsvReader

@Js
class CsvReader : Obj

Read Haystack data in CSV format.

constructors make

Wrap input stream

methods readGrid

Return CSV file as a grid

make new make(InStream in)

Wrap input stream

readGrid virtual Grid readGrid()

Return CSV file as a grid. Invalid column names are automatically converted in safe names, but the original name may be retreived from the col meta via the "orig" tag.

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST