Creo™ Schematics 4.0 Help Center > Working with Designs > Datatables and Datasets > CSV File Format > About Including a List of Values in a CSV File
  
About Including a List of Values in a CSV File
A list of elements can be defined as a field, such as a list of values for a parameter. Enclose the list in square brackets and separate elements of the list with commas, as shown in the following example.
constrained real,real,constrained,"[1,2,3]","[-200,200]"
Microsoft Excel Spreadsheets Exported as CSV Files
The Comma Separated Variable (CSV) files used in Creo Schematics are in the same format as Microsoft Excel spreadsheets. To import an Excel spreadsheet as a CSV file, save it as a CSV file. Because Excel does not support lists in fields, you must add double quotation marks to enclose a list. The fields from the example above would appear in a spreadsheet as follows:
A
B
C
D
E
1
Constrained real
Real
Constrained
"[1,2,3]"
"[-200,200]"