Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ToCsvOptions

The subset of the options we support from fastCSV libraries options.

Hierarchy

  • ToCsvOptions

Index

Properties

delimiter?: string

The delimiter that will separate columns. Set this option if your file uses an alternate delimiter such as ;or \t.

default

,

escape?: string

The character to use to escape quotes inside of a quoted field.

default

"

nullValue?: any

The value to write for null.

default

null

quote?: string

The character to use to quote fields that contain a delimiter.

default

"

Generated using TypeDoc