With the Zip operation of the ZIP Converter, you compress the provided input in a ZIP file. You can define encryption and compression settings.
Parameters
|
|
Directory path to the file to be compressed/decompressed. Note: If you do not set this parameter, the file is provided via the adapter input. In this case, you must define a value for the Possible values: Directory path |
|
|
Directory path to the location where the output is to be stored ("Target directory"). Note: If this parameter is not set, the file is supplied via the adapter output. Possible values: Directory path |
|
|
Specifies whether to overwrite existing files with the same name. Possible values:
Notes if the checkbox is selected (
Notes if the checkbox is deselected (
|
|
|
Specifies whether to merge existing files with the same name. Possible values:
Notes if the checkbox is selected (
Notes if the checkbox is deselected (
|
|
|
Name of the input file. Used when the Possible values: File name of the file to be received as input or issued as output. |
|
|
Specifies whether the root directory of the path to be zipped should be included in the ZIP file. Note: This parameter only works when zipping a folder. If you zip a single file and set the parameter, the parameter has no effect. Possible values:
|
|
|
Specifies whether encrypted data are to be processed in the operation. With the Possible values:
|
|
|
Password for encrypted files. Possible values: Any string |
|
|
Specifies which encryption method is used when zipping if Possible values:
|
|
|
Specifies which compression algorithm is used when zipping. Possible values:
Notes on the
Note on the This value is useful when sending/receiving multiple data/folders and the file size can be neglected. No time is required for packaging. |
|
|
Specifies the compression algorithm when zipping if the Possible values:
|
Status values
|
|
The adapter operation was executed successfully |
|
|
The operation failed due to a technical error. |
Input
Depending on the configuration of the sourcePath parameter, the adapter expects different input.
-
If the
sourcePathparameter is not set, the input of the adapter is zipped. -
If the
sourcePathparameter is set, the file(s) in thesourcePathare zipped and the adapter does not expect any specific input.
Output
Depending on the configuration of the targetPath parameter, the adapter returns different output.
-
If the
targetPathparameter is not set, a ZIP file is output. -
If the
targetPathparameter is set, the result of the operation is stored in the location specified as the directory path.