Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CsvFormatAttribute

The CSV format attribute.

Properties

Optional delimiter

delimiter: undefined | string

The delimiter for the CSV format.

Optional encoding

encoding: undefined | string

The encoding for the file.

Optional escapeCharacter

escapeCharacter: undefined | string

The escape character for the CSV format.

Optional hasHeader

hasHeader: undefined | false | true

Defines whether the file has a header row.

Optional isFilePattern

isFilePattern: undefined | false | true

Defines whether a file pattern is supported.

Const modelType

modelType: string = "CSV_FORMAT"

Optional quoteCharacter

quoteCharacter: undefined | string

The quote character for the CSV format.

Optional timestampFormat

timestampFormat: undefined | string

Format for timestamp information.

Methods

getDeserializedJsonObj

getJsonObj