File Format
Type | CSV-Standard | XLSX-Standard | Exception/ Remark / Example |
---|---|---|---|
File format | CSV / TXT | XLSX | Other formats possible in consultation but not recommended |
File name |
| Examples:
| |
Character coding | UTF-8 | - | Other character codes possible in consultation but not recommended |
Separator | ;Â (Semicolon) | - | Other limit signs possible in consultation |
Header | Header with column designation is mandatory |
| |
Decimals | Decimal places must be separated with a . (dot) or , (comma). |
| |
Text / Parsing | Strings (data type: text) must be enclosed in inverted commas ("). | - | In the case of descriptions and product data, it is particularly important that these are enclosed in inverted commas because they can contain the characters that also act as separators (semicolon, comma, pipe) and/or line breaks which, if unmasked, prevent the import. In the example, you can see the correct masking of inches, as well as the masking of the inverted commas that appear in the texts. LongDescription_en: "TV with size 46"" and stand with white label ""Kings of E-Commerce"" |
Strcuture | The structuring of the data within the text file must be observed. |
| |
Scientific notations | Scientific notations are not allowed | Â | Often csv files are opened and saved in Excel. This process changes the structure of the numbers contained in the file. Information such as Gtin, item number and others become unusable as a result. See example: |
Number format | - |
| |
Date | Option 1: YYYY-MM-DD Option 2: DD.MM.YYYY |
|
Â