import * as mod from "https://deno.land/std@0.177.0/encoding/csv.ts";
Port of the Go encoding/csv library.
Classes
A ParseError is returned for parsing errors. Line numbers are 1-indexed and columns are 0-indexed. | |
Functions
Csv parse helper to manipulate data. Provides an auto/custom mapper for columns. | |
Type Aliases
The most essential aspect of a column is accessing the property holding the
data for that column on each object in the data array. If that member is at
the top level, | |
An object (plain or array) | |