Extract Zip File Step
The Extract Zip File step unpacks a .zip archive. Use it to get to files stored in a compressed format as part of your automation.
How to Use the Extract Zip File Step
Add this step to your process to decompress a .zip file into a folder you choose.
Step 1: Add the Extract Zip File Step
- Open your process in the Robotiq.ai editor.
- Drag and drop the "Extract Zip File" step into your workflow.
Step 2: Set Up Parameters
- Select the "Extract Zip File" step.
- Fill in the information in the Parameters Explained section below.
Parameters Explained
Step name (Optional)
- A custom name for this step in your process.
- Example:
Extract Downloaded Reports
Zip File Path (Required)
- The full path to the
.zipfile you want to extract. - This can be a string variable or a direct file path.
- Example:
C:\Downloads\reports.zipor{{zipFilePathVariable}}
Extraction Path (Required)
- The full path to the folder where the
.zipfile contents will go. - This can be a string variable or a direct folder path.
- Example:
C:\ExtractedReportsor{{outputFolderPath}} - If the folder doesn't exist, the system will make it.
Related Articles
Need Help?
Can't find what you're looking for? Join the Robotiq Community to get help from other users and the Robotiq team.