odiunzip - how to unzip multiple files with mask
765170Apr 12 2010 — edited Apr 12 2010Hello,
does anyone know how to unzip multiple files with mask?
In the package I need these steps:
1. OdiFileWait - wait 60s in incoming-zip directroy for ZIP with mask, move to current (eg. #VAR_src_system_id-#VAR_file_name_prefix-#VAR_effective_date-*.ZIP)
2. in current dir I need to OdiUnZip all files that has been moved
3. OdiFileAppend - merge all unzipped TXT flat files together
4. run interface
Unfortunatelly, I cannot use mask in OdiUnZip. Iis there any chance to get list of files from OdiFileWait component had found? Then I could use the loop to OdiUnZip each one...
Thaks for your help.