CSV reader (CSVReader)
Read a comma-separated values file into a 1D rectilinear grid.
The CSV reader reads a comma-separated values file into a 1D rectilinear grid. If the file was saved using the CSVWriter, then the rectilinear grid's points and point data can be restored as well as the cell data. Otherwise all the data in the CSV file is treated as cell data. The default file extension is .csv.

PropertyDescriptionDefault Value(s)Restrictions
Field Delimiter Characters
(FieldDelimiterCharacters)
This property lists the characters that may be used to separate fields. For example, a value of "," indicates a comma-separated value file. A value of ".:;" indicates that columns may be separated by a period, colon or semicolon. The order of the characters in the text string does not matter. ,  
File Name
(FileName)
This property specifies the file name for the CSV (Command Separated Values) reader.    
Have Headers
(HaveHeaders)
If the value of this property is 1, treat the first line of the file as headers. 1

Only the values 0 and 1 are accepted.

 
Use String Delimiter
(UseStringDelimiter)
This property indicates whether to use the string delimiter. 1

Only the values 0 and 1 are accepted.