import { readMatrix } from "https://deno.land/std@0.152.0/encoding/csv.ts";
Parse the CSV from the reader
with the options provided and return string[][]
.
Parameters
reader: BufReader
provides the CSV data to parse
optional
opt: ReadOptions = [UNSUPPORTED]controls the parsing behavior