import { ParseError } from "https://deno.land/std@0.195.0/csv/parse.ts";
A ParseError is returned for parsing errors. Line numbers are 1-indexed and columns are 0-indexed.
import { ParseError } from "https://deno.land/std@0.195.0/csv/parse.ts";
A ParseError is returned for parsing errors. Line numbers are 1-indexed and columns are 0-indexed.