Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/encoding/csv.ts>HeaderOptions

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface HeaderOptions
import { type HeaderOptions } from "https://deno.land/std@0.42.0/encoding/csv.ts";

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

Properties

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