import * as deno from "https://deno.land/x/deno@v0.28.0/std/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. | |