Reference: Zip Step Properties
Common Tab
Property | XML Attribute Name | Description |
|---|---|---|
Step ID
| id
| The unique ID of the zip step within the assembly. |
Input
| input
| Specifies where the zip step obtains data as
input. There are 5 possible values:
|
Output
| output
| Specifies where the zip step directs the output.
There are 5 possible values:
|
Format
| format
| The format of the zipped file. The options are:
The TAR format supports archiving but not compression. To compress TAR files, use either
of these commands:
You can compress and decompress TAR archives produced in the zip
step using the compress and
decompress steps, respectively. |
Level
| level
| The level of compression in the range zero to 9, with 9 being maximum compression. The
default value is -1. |
Advanced Tab
Property | XML Attribute Name | Description |
|---|---|---|
Description
| description
| A description of the zip step. Displays in the consolidated
log. You can use this feature to describe the step's function and the data
on which it is operating. |
Execute When
| execute-when
| A condition that determines whether the zip step
executes. |
Comment
| comment
| A comment that's embedded in the ZIP file. The comment is an arbitrary ASCII string of
up to 65,535 bytes. |