Difference between revisions of "Data 1 0-CSVToArray"

From ADF Docs
Jump to: navigation, search
Line 2: Line 2:
 
Takes a CSV file or CSV data value and converts it to an array of arrays based on the given field delimiter. Line delimiter is assumed to be new line / carriage return related.
 
Takes a CSV file or CSV data value and converts it to an array of arrays based on the given field delimiter. Line delimiter is assumed to be new line / carriage return related.
  
== Signature ==
+
== Signature ==  
 
+
public array <strong>CSVToArray</strong> ( string File, string CSV, string Delimiter, boolean Trim )
Signature
 
  
 
== Parameters ==
 
== Parameters ==
  
 
Parameters
 
Parameters

Revision as of 03:38, 24 March 2010

Description

Takes a CSV file or CSV data value and converts it to an array of arrays based on the given field delimiter. Line delimiter is assumed to be new line / carriage return related.

Signature

public array CSVToArray ( string File, string CSV, string Delimiter, boolean Trim )

Parameters

Parameters