Unzip Files
- 10 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Unzip Files
- Updated on 10 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 7.12.0 |
Location | File Management > Compression |
This step takes in a single zipped folder (FileData) and outputs an array of files (FileData) found within that folder. If these outputs need to be converted to FileReference, a Load From File Data step can be used to create a FileReference type from FileData.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Zip file | File to unzip. | FileData |
Outputs
Property | Description | Data Type |
---|---|---|
UnzipFiles1_Output | List of files that were previously compressed. | List of File Data |
Related Information
Example Labs:
Unzip a Zip Folder
Was this article helpful?