import { type HeaderOptions } from "https://deno.land/std@0.58.0/encoding/csv.ts";
Parse the CSV string/buffer with the options provided.
HeaderOptions provides the column definition and the parse function for each entry of the column.
import { type HeaderOptions } from "https://deno.land/std@0.58.0/encoding/csv.ts";
Parse the CSV string/buffer with the options provided.
HeaderOptions provides the column definition and the parse function for each entry of the column.