Unzip plugin (deprecated) for Jitterbit cloud and private agent groups
Introduction
The Unzip plugin unzips one or more source files.
This plugin is available by default on Jitterbit cloud agent groups and can also be associated with private agent groups.
Important
Plugins provided by Jitterbit are deprecated.
Download and add the plugin
The Unzip plugin is a standard Jitterbit plugin that is already available in the Management Console Plugins page and does not need to be downloaded or added to the organization.
If directed by support, this plugin can be downloaded at the link provided below and added to the organization.
Associate the plugin with an agent group
The Unzip plugin is associated with Jitterbit cloud agent groups by default.
If using a private agent group, before you can use the plugin you must associate it with the private agent group to make the plugin available on all agents in the group.
The plugin is listed in the Management Console Plugins page with a display name of Jitterbit Unzip.
Set variables and use the plugin in a project
Refer to these topics for information about using plugins in a project:
The Unzip plugin uses these variables:
Name | Type | Required | Description |
---|---|---|---|
UnZip.TargetDir | String | Optional | If this variable is set, the unzipped files will be written to this local directory. |
UnZip.PreserveFileNames | Boolean | Optional | Determines if the filenames of the unzipped files will be preserved. This affects how the target macros [file] and [ext] behave. If set to true , [file] will expand to the base name of the original source and [ext] will be the extension (normally .zip or .gz ). |
UnZip.GZIP | Boolean | Optional | Flag for assuming GZIP format instead of ZIP when unzipping a file. |