Data 1 0-csvToQuery
From ADF Docs
Attention: Do not change any text in the description, signature, and paramter sections.
Return to Data_1_0
Description
Converts a CSV file into a Query
Signature
public query csvToQuery ( string csvString, string rowDelim, string colDelim )
Parameters
Required | Name | Type | Description |
required | csvString | string | The actual CSV content |
optional | rowDelim | string | [Default: ] The delimiter between each row. Defaults to carriage return |
colDelim | string | [Default: ,] The delimeter between each column. Defaults to comma |