ZIP Unarchiver Component
Extracts the contents of a ZIP file and returns the individual files on its output stream.
Data Governance
<Fill this in.>
Input Channels
zipfile — A FileData object containing the Zip File that is to be unarchived.
Output Channels
file — FileData objects of the files stored inside the Zip archive.
noResults — Returns a SignalData indicating that the input Zip archive did not contain any files.
error — An ErrorOutput indicating that there was an issue processing the input file. This can occur if the input file is not a Zip archive.
Parameters
None