BlobQueryCsvTextConfiguration interface
Options to query blob with CSV format.
Properties
column |
Column separator. Default is ",". |
escape |
Escape character. |
field |
Field quote. |
has |
Has headers. Default is false. |
kind | Query for a CSV format blob. |
record |
Record separator. |
Property Details
columnSeparator
Column separator. Default is ",".
columnSeparator?: string
Property Value
string
escapeCharacter
Escape character.
escapeCharacter?: string
Property Value
string
fieldQuote
Field quote.
fieldQuote?: string
Property Value
string
hasHeaders
Has headers. Default is false.
hasHeaders?: boolean
Property Value
boolean
kind
Query for a CSV format blob.
kind: "csv"
Property Value
"csv"
recordSeparator
Record separator.
recordSeparator: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript