CsvReader
@Js
class CsvReader : Obj
Read Haystack data in CSV format.
Wrap input stream
Return CSV file as a grid
new make(InStream in)
Wrap input stream
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.