Options
All
  • Public
  • Public/Protected
  • All
Menu

Class of optional csv options. The properties of this class define all possible csv output options. All of them are optional, which is why passing an instance of this class in an OutputConfig is also optional. These options can be used when the template is xlsx and the output is csv.

Hierarchy

  • CsvOptions

Index

Constructors

Properties

Methods

Constructors

constructor

  • new CsvOptions(textDelimiter?: string, fieldSeparator?: string, characterSet?: number): CsvOptions

Properties

characterSet

characterSet: undefined | number

fieldSeparator

fieldSeparator: undefined | string

textDelimiter

textDelimiter: undefined | string

Methods

asDict

  • asDict(): {}
  • The dict representation of these csv options.

    Returns {}

    the dict representation of these csv options

    • [key: string]: string | number

Generated using TypeDoc