Workspace 6.21.5
|
Reads a Comma Separated Value (CSV) file into a ObjectDictionary, where each column of the CSV file is represented as a uniquely named item in the dataset. Use GetItemFromObjectDictionary to retrieve a particular column.
Inputs: | |||
---|---|---|---|
File name | QString | ||
Delimiter | QString | The delimiter character used to separate cells in the dataset. | |
Column formatting | CSIRO::DataAnalysis::CsvReader::ColumnHeaderFormatting | ||
Skip top # lines | int | Skip # lines at top of file - may contain metadata such as origin or creation date | |
Outputs: | |||
CSV file data | CSIRO::DataExecution::ObjectDictionary | An ObjectDictionary containing the columns of CSV data, where each column is represented as a uniquely named item in the dictionary. Use GetItemFromObjectDictionary to retrieve a specific column. |