Originally posted by: jvanboga
Do you have a decompresion tool, like winzip, available? If so make sure the tools cmd line APIs are installed. If in windows you need to make sure the path to Winzip is define as an environmental variable.
From there, look for an example map that should be installed with the tool.....
You can also try this command....
Run ("Unzip_Files.mmc", " -iazip1 path\filename.zip,compressed_file_name -of1 unzipped_file_name")
the input and output are defined as text-blobs.
You can also have your map create an unzip batch file and use a rule like this to execute it:
VALID(GET("BAT","-CMD .\UNZIP_FILE.BAT"+ " -TRACE -AUDIT"), FAIL("EXECUTING_BATCH " + LASTERRORMSG()))
#IBM-Websphere-Transformation-Extender#DataExchange#IBMSterlingTransformationExtender