Data 1 0-csvToQuery
From ADF Docs
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 | optional | rowDelim | string | [Default: ] The delimiter between each row. Defaults to carriage return |
optional | colDelim | string | [Default: ,] The delimeter between each column. Defaults to comma |