Delimited format files
This table contains two configuration files with identical configuration lines. The difference between the two files is the data file delimiter.
Configuration file for a comma delimited data file | Configuration file for a semicolon delimited data file |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Here is an example data record from the comma delimited data file:
2002,30,Salary,2011,Paris,3,BUDGET PASS 1,0,NO PRODUCTS,163750, 163750,163750,163750,163750,163750,163750,163750,163750,163750,163750, 163750
The above example would be on one line in the data file. The example is text-wrapped for readability.
Here is an example data record from the semicolon delimited data file:
2002;30;Salary;2011;Paris;3;BUDGET PASS 1;0;NO PRODUCTS;163750;163750; 163750;163750;163750;163750;163750;163750;163750;163750;163750;163750
The above example would be on one line in the data file. The example is text-wrapped for readability.