Scenario: I have a Zip file containing some files located in DATA(D) drive. I wanted to extract these files into Downloads> Type.
Here are the Steps to follow:
-
Go to the Component Tool Box panel, click
icon of Utilities.
- From Utilities category drop-down menu, click Zip and then drag ExtractAll component onto the Designer Surface.
-
Double-click ZipFilePath data in-port of ExtractAll component and enter the file location of Zip file.
-
Double-click PathToExtract data in-port of ExtractAll component and enter the file location to extract the Zip files.
-
Go to the Component Tool Box panel, click
before General.
-
From General Category drop-down menu, drag MessageBox on onto the Designer Surface.
-
Connect the input/output ports between the components right from Start to End.
-
Connect the Data Ports between Zip and MessageBox component.
-
Press F5 to run the activity.
Result: