Compress Archive
The Compress Archive component in Robbot RPA allows you to compress files or directories into a zip archive. This component provides functionality to specify the compression level and select the files or directories you want to include in the archive.
Parameters
Compression Level : Select the compression level for the archive. This parameter determines the level of compression to be applied, which can affect the file size and compression speed. Type : String
Path : Click the button next to this parameter to select the file or directory you want to compress. This can be a single file or an entire directory. Type : String
Zip File : Click the button next to this parameter to specify the zip file where the compressed archive will be created. Type : String
Usage
To use the Compress Archive component in your Robbot RPA project, follow these steps:
Drag and drop the Compress Archive component into your sequence or workflow.
Select the desired compression level from the Compression Level parameter. This can include options like "None," "Fastest," "Normal," or "Best," depending on the trade-off between compression speed and file size that you require.
Click the button next to the Path parameter and select the file or directory you want to compress. This will specify the input for the compression process.
Click the button next to the Zip File parameter and select the zip file where the compressed archive will be created. This will define the output file for the compressed archive.
Continue building your sequence or workflow by adding other components or actions that rely on the compressed archive.
Execute your sequence or workflow to perform the compression operation and create the zip archive.
By utilizing the Compress Archive component in your Robbot RPA automation, you can easily compress files or directories into zip archives with different compression levels, allowing for efficient storage and transfer of data.