Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DelimitedTextConfiguration

Package version

Groups the settings used for interpreting the blob data if the blob is delimited text formatted.

Hierarchy

  • DelimitedTextConfiguration

Index

Properties

Optional columnSeparator

columnSeparator: undefined | string

The string used to separate columns.

Optional escapeChar

escapeChar: undefined | string

The string used as an escape character.

Optional fieldQuote

fieldQuote: undefined | string

The string used to quote a specific field.

Optional headersPresent

headersPresent: undefined | false | true

Represents whether the data has headers.

Optional recordSeparator

recordSeparator: undefined | string

The string used to separate records.

Generated using TypeDoc