Skip to main content
Module

std/encoding/csv.ts>ReadOptions

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

Properties

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