Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/encoding/csv/_io.ts>ReadOptions

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

Properties

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