Skip to main content
Go to Latest
interface CsvHeaderOptions
import { type CsvHeaderOptions } from "https://deno.land/std@0.34.0/encoding/mod.ts";

HeaderOptions provides the column definition and the parse function for each entry of the column.

Properties

name: string
optional
parse: (input: string) => unknown