...
- We support both Excel- and CSV-files.
- Encoding: The files are assumed to be encoded as ISO-8859-1.
- Columns
- The order of the columns is not important.
- The header-line (with the column names) is essential. Each column MUST have our documented names (i.e. EXTERNAL_ORDER_ID or CONSIGNEE_NAME).Â
- We give an error if there are any unknown column names in the file. The file should therefore not have any other column names than those documented here.Â
- For CSV, the field separator is semi colon (;).
- The columns can be quoted, if so, use ("").
...