import * as mod from "https://dotland.deno.dev/std@0.116.0/encoding/csv.ts"; ClassescParseErrorA ParseError is returned for parsing errors. Line numbers are 1-indexed and columns are 0-indexed. cStringifyErrorVariablesvERR_BARE_QUOTEvERR_FIELD_COUNTvERR_INVALID_DELIMvERR_QUOTEvNEWLINEFunctionsfparseCsv parse helper to manipulate data. Provides an auto/custom mapper for columns and parse function for columns and rows. freadMatrixParse the CSV from the reader with the options provided and return string[][]. fstringifyInterfacesIColumnOptionsParse the CSV string/buffer with the options provided. IParseOptionsIReadOptionsType AliasesTColumnTColumnDetailsTDataItemAn object (plain or array) TStringifyOptions