Skip to content

Home > resol-vbus-core-toolbox-scripts > csvWriter > CsvWriterConstructorOptions

csvWriter.CsvWriterConstructorOptions interface

The options to pass to the constructor of CsvWriter.

Signature:

typescript
export interface CsvWriterConstructorOptions

Properties

Property

Modifiers

Type

Description

columnSeparator?

string

(Optional) The string to separate columns with.

filenamePattern

string

The pattern of the filename, optionally including placeholders for date components.

interval?

number

(Optional) The interval in milliseconds.

lineSeparator?

string

(Optional) The string to separate lines with.

specification?

Specification

(Optional) The VBus specification to use for formatting

ttl?

number | null

(Optional) The time-to-live in milliseconds.