Difference between revisions of "Data 1 0-csvToQuery"
From ADF Docs
| Line 2: | Line 2: | ||
Converts a CSV file into a Query | Converts a CSV file into a Query | ||
| − | == Signature == | + | == Signature == |
| − | + | public query <strong>csvToQuery</strong> ( string csvString, string rowDelim, string colDelim ) | |
| − | |||
== Parameters == | == Parameters == | ||
Parameters | Parameters | ||
Revision as of 03:38, 24 March 2010
Description
Converts a CSV file into a Query
Signature
public query csvToQuery ( string csvString, string rowDelim, string colDelim )
Parameters
Parameters