ConnectorMappingFormat interface

Connector mapping property format.

Properties

acceptLanguage

The oData language.

arraySeparator

Character separating array elements.

columnDelimiter

The character that signifies a break between columns.

formatType

The type mapping format.

quoteCharacter

Quote character, used to indicate enquoted fields.

quoteEscapeCharacter

Escape character for quotes, can be the same as the quoteCharacter.

Property Details

acceptLanguage

The oData language.

acceptLanguage?: string

Property Value

string

arraySeparator

Character separating array elements.

arraySeparator?: string

Property Value

string

columnDelimiter

The character that signifies a break between columns.

columnDelimiter?: string

Property Value

string

formatType

The type mapping format.

formatType: "TextFormat"

Property Value

"TextFormat"

quoteCharacter

Quote character, used to indicate enquoted fields.

quoteCharacter?: string

Property Value

string

quoteEscapeCharacter

Escape character for quotes, can be the same as the quoteCharacter.

quoteEscapeCharacter?: string

Property Value

string