Skip to main content
Module

std/encoding/csv.ts>ReadOptions

Deno standard library
Go to Latest
interface ReadOptions
import { type ReadOptions } from "https://deno.land/std@0.34.0/encoding/csv.ts";

Properties

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