Skip to content
Nathan Richardson edited this page Jan 17, 2019 · 9 revisions
Zip

Icon

metl zip 48x48 color

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.

Properties
Name Description

Error Suspense Step

Whether to forward failed messages and continue processing. This is the name of a linked component to forward the failed messages to.

Enabled

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

Log Input

Log Output

Inbound Queue Capacity

Clone this wiki locally