Data 1 0-CSVToArray

From ADF Docs
Revision as of 03:38, 24 March 2010 by Api (talk | contribs)
Jump to: navigation, search

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