ZIP Archiver Component
Creates a ZIP file comprised of the FileData passed into the component. The component will return a FileData object for the created ZIP file when it is done.
Data Governance
<Fill this in.>
Input Channels
file — A FileData object is to be added to the ZIP Archive being created by the component.
finish – A SignalData that causes the component to output the current Zip file on its output channel. Any subsequent File Data objects passed into the component will start creating a new ZIP file
Output Channels
zipfile — An FileData object containing the ZIP file that was created by the component.
Parameters
archiveName — (String, default: Archive.zip) The name to assign to the Zip file that is returned.
archiveOnLastFile — (Boolean, default: false) Flag indicating whether the component should automatically finish the Zip File if it encounters an input file that has the Last Item flag set.