Data 1 0-CSVToArray
From ADF Docs
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