The format of import/export files is an ASCII CSV format.

Fileds are separated by semicolon sign (;).

The export procedure produces fixed length fields by introducing spaces to facilitate the vertical alignment of fields in a plain text editor. It is not essential to maintain these spaces, however, it is necessary that the separator (;) is always followed by at least one space.


The file can have up to five sections; each section identifies one of five types of items handled. The section header is interpreted during import to determine the type of items it contains.


In the Description field is not allowed the use of the characters ";", which will be interpreted as field delimiters.


The import file can contain comment lines introduced by the operator for documentation: start a comment line by an exclamation point (!). These lines are ignored on import.