Unzip

Estimated reading: 2 minutes 2009 views

This activity is used to unzip any previously zipped file or folder. It is used to extract files from a compressed file or folder during run time. We can unzip a file or directory within a shared folder, granted we have access to it.

Properties

INPUT

OverWrite: Check this box if you want to overwrite a file if it is already available in the path that you have chosen. By default, it is checked. When left blank, it will not be considered. 

Password: This indicates the password of the file (if any) to be unzipped. You can either hardcode the values in “String” datatype or can enter the values “String” format.  This parameter accepts only “String” datatype.

SavePath: This indicates the path where the extracted files need to be saved. It accepts only “String” datatype.

ZipFilePath:*  Choose the file path of the zipped folder from which the files must be extracted. It accepts only “String” datatype.

MISC

DisplayName: Displays the name of the activity. The activity name can be customized, which aids in troubleshooting.

SkipOnError: Specify the “Boolean” value as “True” or “False.”
True: Continue executing the workflow regardless of any errors thrown.
False: Halt the workflow if it encounters any errors.
None: If the option is left blank, the activity will, by default, behave as if “False” were chosen.

Version: It indicates the version of the feature being used.

OUTPUT

Result: It provides the ability to view the execution status of the activity. It returns values in “Boolean.”
True: Indicates that the activity has been executed successfully without any errors.
False: Indicates that the activity has been unsuccessful due to an unexpected error being thrown.

Represents mandatory fields to execute the workflow

Share this Doc

Unzip

Or copy link

CONTENTS