import * as mod from "https://deno.land/std@0.52.0/encoding/csv.ts";
Functions
Csv parse helper to manipulate data. Provides an auto/custom mapper for columns and parse function for columns and rows. | |
Interfaces
HeaderOptions provides the column definition and the parse function for each entry of the column. | |