ConnectorMappingFormat interface
Connector mapping property format.
Properties
| accept |
The oData language. |
| array |
Character separating array elements. |
| column |
The character that signifies a break between columns. |
| format |
The type mapping format. |
| quote |
Quote character, used to indicate enquoted fields. |
| quote |
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