unzipFile Step

Use this step to extract the compressed file contents

Last published at: July 27th, 2024

Description:

Extract / UnZip the compressed file

 

Inputs

  • fileToUnzip - File path to ZIP file
  • destination folder - Destination folder file path
 

 

Returns

  • True – True condition
  • False – False condition
 

 

Usage:

 

 

Example:

Let’s build and execute the unZipFileDef example.          

  • Create a new definition called “unZipFileDef
  • Select the definition and click the “design” button
  • Drag a "unZipFile" step from the toolbox
  • Connect the dots between the steps as shown in the above graphic 
  • Click on the “unZipFile” step to configure its properties. Provide the file or folder path information on the FlowWright server. 

 

  • Save the process definition, create a process instance, and execute. Render the completed process instance to view the step properties. The step should have extracted the files to the destination folder.