Field | Definition |
Basic Tab | |
Label | Specify a label for this task. |
Input File | Specify the path and file name of a single GZipped file to uncompress. |
Input Files Variable | Specify the name of a variable of type File List which contains a list or a collection of lists of files to uncompress. |
Output File | Specify the file to which the input file should be extracted, when uncompressing a single GZip file. By default, the file name will be retrieved from the headers of the compressed file. |
Output Directory | Specify the directory to which the input files should be extracted. By default files will be extracted to the same directory where the input file is in. |
When File Exists | Specify the action to take when a file being extracted already exists. The default value is 'rename' which changes the destination file name to a new name so the existing file remains untouched. Default Value: rename |
Output Variables Tab | |
Output Files Variable | If desired, specify the name of a variable which will contain a list of the files that were extracted. This variable will be of type File List. It will be created if it does not exist, and overwritten otherwise. Specify the variable name if the extracted files will be used in a subsequent task (For example, FTP the extracted files). |
Processed Input Files Variable | If desired, specify the name of a variable which will contain a list of input GZipped files that were processed by this task. It will be created if it does not exist, and overwritten otherwise. Specify the variable name if the zip file(s) will be used in a subsequent task (For example, Delete the zip file). |
Control Tab | |
Version | The version of this task. |
Log Level | Specify the level of logging to use while executing this task. Valid options are - silent, normal, verbose and debug. Default Value: Inherited from parent Module |
Execute Only If | Specify a condition that must be satisfied before this task can be executed. This task will be skipped if the specified condition is not met. |
Disabled | Whether or not this task is disabled. Default Value: false |
On Error Tab | |
On Error | Specify the action to take when this task errors out. Valid options are - abort, continue, call:[module] and setVariable:[name]=[value]. For call:[module] replace [module] with the name of the module in the project (e.g. call:ErrorModule). For setVariable:[name]=[value] replace [name] with a variable name and [value] with the variable value (e.g. setVariable:error=true). Default Value: Inherited from parent Module |