Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function parse
import { parse } from "https://deno.land/x/denjucks@1.1.1/src/deps/path/std/encoding/csv.ts";

Csv parse helper to manipulate data. Provides an auto/custom mapper for columns and parse function for columns and rows.

Parameters

input: string | BufReader

Input to parse. Can be a string or BufReader.

optional
opt: ParseOptions = [UNSUPPORTED]

options of the parser.

Returns

Promise<unknown[]>