Append to zip archive

Append to zip archive

The Append to zip archive is an advanced utilities workflow component, that appends the payload to a zip file. The zip file will be created, if the referenced zip file does not exist.

 

The first time you add to a zip archive, the archive is initialized and opened for writing. You can use this append component multiple times to add more files to the same archive. The actual archive exists as a property of the workflow while you are adding to it. When you are done adding to the archive, you can use the component "Zip to payload" to close the zip archive and move it to the payload. Finally you might want to send or save the zip file e.g. with the To filesystem component.

 

The parameters are:

 

NG2WorkflowAppendtoZip0001

 

Zip ID

An identifier of the zip archive. If you want to create multiple different archives in the same workflow, you can do so by giving them different IDs. If you only want to create one zip file, then just leave this at the default value.

 

Output filename

The file name that you want the current payload to have within the zip archive.

 

Folder within zip

Optional folder path within the zip archive, for the folder in which to place the payload.

 

Related workflow components:

Initialize zip archive

Zip to payload

    • Related Articles

    • Initialize zip archive

      This workflow component initializes a zip archive with a specific ID. If an archive with this ID already exists, it will be re-initialized (all content is lost). This component is only necessary when you use the "append to zip archive" component ...
    • Append a PDF

      This component require a license, that includes the Advanced PDF module. With this you can append an existing PDF file to the PDF file in the payload of the workflow. You need to have created a PDF in the payload prior to this with the component, ...
    • To Next Archive

      If you have purchased the Nextway Next module for InterFormNG2 and configured the integration, then you can use the advanced output workflow component, To Next Archive to archive the payload of a workflow in the Nextway Next archive solution. Note ...
    • Overview of the Advanced Workflow Components

      Overview of the Advanced utilities components The advanced utilities workflow components are: Append to zip archive. Appends the payload to a zip file. The zip file will be created, if the referenced zip file does not exist Attachment to payload. ...
    • Advanced Utilities workflow components

      1.Append to zip archive. Appends the payload to a zip file. The zip file will be created, if the referenced zip file does not exist 2.Attachment to payload. Takes a named attachment, removes it and inserts it as the current payload of the current ...