Extract Zip v2

Overview

The extract zip step is used to extract every file in a zip and then upload it to the file API. The output of this step is an array of file pointers for each file extracted from the zip.

How to use

The only inputs to this step are where to retrieve the zip file. A common use case is that you are given a zip file pointer but need to operate on every file found within the zip. This step can be used to first extract each file and then it can be followed up with a for each step to iterate over every file pointer.

Example

Step Detail