Skip to main content

Exctract Archive

The Extract Archive component allows you to extract the contents of a zip file to a specified folder. It provides functionality to extract files and directories from the zip archive.

Parameters

Zip Fİle : Click the button next to this parameter to select the zip file you want to extract. This parameter expects a string value representing the path to the zip file. Type : String

Path : Click the button next to this parameter to select the folder where you want to save the extracted files. This parameter expects a string value representing the path to the destination folder. Type : String

Usage

To use the Extract Archive component in your workflow, follow these steps:

Drag and drop the Extract Archive component into your sequence or workflow.

Configure the component by providing the necessary input:

Click the button next to the Zip File parameter and select the zip file you want to extract.

Click the button next to the Path parameter and select the folder where you want to save the extracted files.

Continue building your sequence or workflow by adding other components or actions that rely on the extracted files.

Execute your sequence or workflow to perform the extraction operation and save the extracted files to the specified folder.

By leveraging the Extract Archive component, you can easily extract the contents of a zip file, allowing you to access and work with the files and directories contained within the archive. This can be useful for tasks such as file management, data extraction, and more.