Node SDK

Interface ToCsvOptions

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Enumeration
  • Class

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