Difference between revisions of "Data 1 0-csvToQuery"
From ADF Docs
Line 31: | Line 31: | ||
<tr> | <tr> | ||
− | |||
<td class="required">optional</td> | <td class="required">optional</td> | ||
Line 42: | Line 41: | ||
<tr> | <tr> | ||
− | |||
<td> </td> | <td> </td> |
Latest 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 | rowDelim | string | [Default: ] The delimiter between each row. Defaults to carriage return |
colDelim | string | [Default: ,] The delimeter between each column. Defaults to comma |