Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TableWriteCSVOptions

Hierarchy

Index

Properties

Optional columnNames

columnNames?: string[]

Column names to write in the header.

Optional delimiter

delimiter?: string

The field delimiter to write.

Optional falseValue

falseValue?: string

String to use for boolean false values (default 'false').

Optional includeHeader

includeHeader?: boolean

Indicates whether to write headers to csv.

Optional lineTerminator

lineTerminator?: string

Character to use for separating lines,

Optional nullValue

nullValue?: string

String to use for null values.

Optional rowsPerChunk

rowsPerChunk?: number

Maximum number of rows to write in each chunk (limits memory use).

Optional trueValue

trueValue?: string

String to use for boolean true values (default 'true').

Methods

complete

  • complete(): void

next

  • next(chunk: Buffer): void