How to Unzip the Nested Archive that consists the Folder and Zip File Both?

Hi

“I have one folder that consists the multiple Folder and those folders are Also consists the Folder,Zip files…”

Now how can I Draw the Flow chart for same to start.

I have tried to draw in rough page so many times but stuck everytime then i think to post it here.

I have Explore Many thread of UiPath community but it doesn’t work for me

I just want flowchart then I’ll try to develop workflow myself

Please Reply with Flowchart demo

1 Like

As you mentioned you need to unzip the files in the subfolders also, below is a suggestion for this process.

  1. you can write a powershell script or command line script to get the full path of the zip files and write to a text file. Call d powershell using Uipath activity.

  2. then loop through each line in the text file and unzip it.
    If you can use powershell plz let me know. I can share the script

1 Like

@kishan.savaliya If you are looking for the below folder structure then go through the attached workflow

Example.zip (16.6 KB)

  • I have taken 2 sub folders within the input folder

Capture

  • Again in these subfolders, I have created another folder, zip file

Capture1

1 Like

Thank you for reply

Thank you for reply, I’ll check this flow

Thank you @ushu for sharing the Solution it works for me

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.