Difference between revisions of "Data 1 0-csvToQuery"
From ADF Docs
(One intermediate revision by the same user not shown) | |||
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 | ||
Line 26: | Line 31: | ||
<tr> | <tr> | ||
− | |||
<td class="required">optional</td> | <td class="required">optional</td> | ||
Line 37: | 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 |