The data type designations are used as follows:
Data type  | 
Description  | 
Remark  | 
||||||
[n]AN  | 
Alphanumeric text. The number prefix indicates the maximum length (not to be exceeded)  | 
Data must not contain TAB characters  | 
||||||
Bool  | 
Boolean value. The following expressions are permitted: 
 
 
  | 
|||||||
Integer  | 
Integer number  | 
|||||||
Decimal  | 
Decimal number, separated by a "."  | 
|||||||
Date  | 
Date with format yyyymmdd All date parts must be delivered with numeric values (e.g. 20110731)  | 
|||||||
DateTime  | 
Date with format yyyymmddhhmm All date parts must be delivered with numeric values (e.g. 201107311430)  |