How to unzip a file?

Hi All

I need to unzip a zipped folder. How to do this in UiPath ?

1 Like

Use Unzip Activity
For that GoTo Manage Packages In that Type Unzip for search then install them.


image

1 Like

@ImPratham45 Is this accepted by all the clients in the industry ?

1 Like

Yes This can be use anywhere anytime!

1 Like

@Palaniyappan Can you please help on this ? Does UiPath have any solution for this ? Is it good to use any customized activity like the above one ?

Need urgent help …

You can use Invoke Code for same.


Mukesh

Hey can you please help me with this,
I am not able to find Target type:System.IO.Compression.ZipFile

Go to Import and Import it.

image

Also , Please update the parameters

1 Like

Hi @kkpatel,

As per the statistics , you can able to see the download counts. So avg 18 download per day.

The major advantage is with password. …

Thank you @ImPratham45

Thank you
Balamurugan.S

2 Likes

It is already present in Imports

hi @iVishalNayak

Please refer theBelow Thread .It is having the sample Example


Mukesh

1 Like

@kkpatel,

Check the attached workflow, this will check a path for the zip files and unzip it to a directory one by one if you have more zip files.

UnzipFilesAndMove.xaml (7.2 KB)

I am getting thisimage