Difference between revisions of "Data 1 0-csvToQuery"
From ADF Docs
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
+ | Attention: Do not change any text in the description, signature, and paramter sections. | ||
+ | |||
+ | Return to [[Data_1_0]] | ||
+ | |||
== Description == | == Description == | ||
Converts a CSV file into a Query | Converts a CSV file into a Query |
Revision as of 12:45, 9 April 2010
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 | 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 |