-
Notifications
You must be signed in to change notification settings - Fork 83
zip
Icon |
|
---|---|
Use When |
Data needs to be put in a compressed file |
Samples |
|
Description |
The Zip component is used to generate a compressed file of data provided to it. |
Inbound Message Type |
Text Based Message |
Output Message Type |
None |
Control Message Handling |
Input: A list of filenames is built as text messages are received then once a control message is received the processing of this component will start. Output: No output is generated from this component. |
Name | Description |
---|---|
Whether to forward failed messages and continue processing. This is the name of a linked component to forward the failed messages to. |
|
Source Directory Resource |
The file based resource (either local or remote) on which the source files reside. |
Zip Target Directory Resource |
The file based resource (either local or remote) on which the compressed file will be written. |
Target Path |
The relative path and file of the zip file to be written. The relative path and file are concatenated with the absolute path specified in the File based resource. |
Must Exist |
Whether the target file must exist prior to executing this component |
Delete Source Files |
Whether to delete the source files upon completion of creating the compressed file |
Encoding |
File encoding type, defaults to UTF-8 |