Packager Configuration
Packager Configuration
The packager element specifies how the exported data is packaged. The type attribute can be set to:
- ZIP - creates a zip archive of the exported data
- NONE - stores the data in a directory
The packagename attribute specifies the name of the exported zip file. This attribute is only required if the type is set to ZIP.
<packager type="ZIP" packagename="products.zip" />