PRN DATA FILE FORMAT

 

This format has the same features and restrictions that the CSV format, the difference is the separator between fields in PRN format are spaces. However, the spaces in PRN format have a different role than in CVS files.

 The characteristics of these files are the following

 

The PRN files have the data separated by blank spaces. So, these data files must have the following format:

attribute1 attribute2  ...  attributeN
value11  value12  ...  value1N
...
valueM1  valueM2  ...  valueMN

 

One example of a valid PRN file is the following:

  
OBS DELL GE YAHOO
1 26.99 48.5 22.92
2 26 49.93 20.83
3 26.24 49.96 20.13
4 25.76 49.48 19.98
5 26.73 49.43 19.74
6 24.93 49.83 18.86
7 25.84 49.01 18.23
8 25.91 49.73 17.79
9 24.6 50.15 17.1