[resolved] unzip multiple folder and iterating to unzip files inside the folder
I have a folder with zip files. The zip files contains multiple .gz file. How should i create a flow wher in it first unzips the initial zip and then we have to iterate thru the inner .gz files and unzip that Flow Folder/exampl1.zip -- 11.gz -- 12.gz -- 13.gz Folder/exampl2.zip -- 21.gz -- 22.gz -- 23.gz I want to extract folders as follows folder/exampl1/11.gz folder/exampl1/12.gz folder/exampl1/13.gz folder/exampl2/21.gz folder/exampl2/21.gz folder/exampl2/21.gz Then iterate into folder/exampl1/11.gz and unzip this folder/exampl1/12.gz and unzip this folder/exampl1/13.gz and unzip this folder/exampl1/21.gz and unzip this folder/exampl1/22.gz and unzip this folder/exampl1/23.gz and unzip this
Hi,
For your scenario, you can design your job as:tFileList-->tFileUnarchive
|
onSubjobOK
|
tFileList_2-->tFileUnarchive_2
Please take a look at my screenshots for details
Best regards
Sabrina
Hi, Glad you could solve the issue. Could you please click the "Set this topic as resolved" link which is right underneath your initial post? This way, other users will be informed that this thread has been resolved. Many thanks Best regards Sabrina