| ImportDataNoHeader |
This function is used to import comma-separated data files that have a header row that contains the column captions.
Syntax:ImportDataNoHeader, filename, csvHeader, columnRoles Parameters:filename – the name fo the file to be imported. Must be in the myImportedData directory. csvHeader – a comma-separated list of the column titles to be used. To be bounded with a pair of double-quotes. columnRoles – series of comma-separated {RowLabel_, Text_, Numeric_, Ignore_} that determines how each column will be treated during the import process. To be bounded with a pair of double-quotes. Examples:ImportDataNoheader,testdata.csv,"Product,Region,Sales", "RowLabel_,Text_,Numeric_ " Is used to import the file testdata.csv which contains a product column, a region column and a sales column but does not contain a header row. |
| < Prev | Next > |
|---|