Retrieval Configuration
Retrieval Configuration
The retrieval element specifies how to retrieve the import data.
- The method element must always be set to FILE.
- The source element must contain the path to the package. If the Packager Configuration (Import)
element's type is ZIP, the source
must specify a zip file. If type is NONE,
source must specify a directory.
<retrieval> <method>FILE</method> <source>c:/temp/importexport/export.zip</source> </retrieval>
Note: Use the forward slash as the path separator inside the
source element.