For the complete documentation index, see llms.txt. This page is also available as Markdown.

Files format

Overview of the import and export files format

The entire format is represented as an .zip archive containing the following .csv files.

The maximum archive size is 350 MB.

The maximum single file size within the archive is 1000 MB.

Columns are separated using ","(comma) or ";"(semicolon) separator depending on the configuration.

Files have to be UTF-8 formatted.

Cell values need to be escaped with the " sign if they contain a column separator. "sku1,sku2" - forcomma separator

"the ; sign is called semicolon" - for the semicolon

The files are placed in the zip archive as top-level entities. Those should not be placed in a subdirectory within the archive - an often-made mistake for MacOS users - when using the right-click menu on a directory containing files and using the option Compress "directory" which does just that.

Below you can find an example of importing data.

Please refer to a specific file description for more details.

Last updated

Was this helpful?