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

std/encoding/csv/_io.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.138.0/encoding/csv/_io.ts";

Properties

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