Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface CsvStreamOptions
import { type CsvStreamOptions } from "https://deno.land/std@0.178.0/encoding/csv/stream.ts";

Properties

optional
separator: string
optional
comment: string
optional
skipFirstRow: boolean
optional
columns: string[]