Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/std/encoding/csv.ts>ParseOptions

A modern runtime for JavaScript and TypeScript.
Go to Latest
interface ParseOptions
import { type ParseOptions } from "https://deno.land/x/deno@v0.22.0/std/encoding/csv.ts";

Properties

optional
comma: string
optional
comment: string
optional
trimLeadingSpace: boolean
optional
lazyQuotes: boolean
optional
fieldsPerRecord: number