UnZipFile Parameters and Valid Execution Modes

The valid execution mode for UnZipFile is SYNCHR.

The parameters of UnZipFile are as follows:

UnZipFile Parameters
Name Semantics Type Valid Values Multiplicity
Direction: In
FileName (Mandatory) Indicates the name of the zip file. string Any valid file name. 1
Todir (Optional) Refers to the target directory, which is relative to MQ_COMMON_DIR/Temp.
Note: If Todir is not specified, CreateDateDir must be specified as true.
string Any valid directory name. 0..1
CreateDateDir (Optional) Creates the date for a directory. If true is specified, the files are placed in a directory structure yyyy/mm/dd/k. k indicates hours 1 - 24. boolean True and False

Default is False.

0..1
DeleteSource (Optional) Indicates whether or not you want to delete the source file. boolean True and False

Default is True.

0..1
RetainPaths (Optional) Indicates whether or not the paths of the unzipped files are retained. boolean True and False

Default is False.

0..1
eventState (Optional) Indicates the latest state of the event. string Predefined state:DONE. Custom states can be defined in the DOMAINENTRY table. 0..1
Direction: Out
FileName List of the extracted file names. arraylist