You are here: Exports -> In Your Own Export -> Export Settings -> Export Format
Using Velocity Template, you can customize your export formats individually. You are not limited to the standard structure and can define everything yourself.
To use Velocity Template in the export, this option must be explicitly enabled.
This option is not enabled by default! If you have any questions, please contact your Account Manager.
Our employees are the only ones who can enable and configure this feature.
To switch back to CSV, XML, or YML, you must select one of these formats. Any code that has already been written will remain saved but will no longer be used.
If you have switched from Velocity to another format and now want to use Velocity again, please contact your Account Manager to have the feature re-enabled.
You can find more information about Velocity Template on the official website:
Supported Data Formats
We currently support the following formats:
CSV
Standard structure: 1 header line, 1 value line for each product
A custom structure can be created using Velocity
XML
Standard structure:
<catalog><shop><offers><offer>...</offer>(1 entry for each product)</offers></shop></catalog>A custom structure can be created using Velocity
JSON
Available only via Velocity
The structure would look as follows:
[ { "tags": "values", "arrays": { "subtag": "subvalue" }, "arrays2": [ "subvalue", "subvalue" ] } ]
We do not support .XSLX (Excel) files.
