GetDataFromCSV
Dumps a CSV/TSV file content to a string variable
Syntax
expression.GetDataFromCSV
(csvPathAndFilename)
Parameters
The required csvPathAndFilename argument is an identifier specifying a String
Type variable.
Returns value
Type: String
📝Note
The csvPathAndFilename parameter must be the full path to the target file, this means, the parameter holds the folder path, the file name and the extension.
Behavior
The GetDataFromCSV
method returns an empty String
when errors occurs.
- See also
- CSVTextStream class.