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
#delimiter=','
#delimiter=';'
Year,NAME,1
Year,NAME,1 
Schedule,ID,2
Schedule,ID,2
Schedule,NAME,3
Schedule,NAME,3 
Period,January,10
Period,January,10
Period,February,11
Period,February,11
Period,March,12
Period,March,12

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.