Zip
Zip Adapter
The Zip adapter allows you to Zip and Unzip documents, content and set passwords using SQL and REST commands.
Want to try it in Azure?
Click here to learn more or
click here to create a new Enzo Server RTM 3.1 Azure VM now.
Want to try it in AWS?
Click here to learn more or
click here to create a new Enzo Server RTM 3.1 AWS VM now.
Configuration Settings
This adapter does not use configuration settings.
Handlers
compress
|
Compresses (ZIP) the content (or file) provided and returns the output as a binary array
details
Arguments
SQL Callexec Zip.compress 'This is a message to compress' Http Call/bsc/zip/compress Output Columns
|
|||||||||||||||||||||||
compressToFile
|
Compresses (ZIP) the content (or file) provided and creates a Zip file
details
Arguments
SQL Callexec Zip.compress 'This is a message to compress', 'c:\tmp\output.zip' Http Call/bsc/zip/compresstofile Output Columns
|
|||||||||||||||||||||||
list
|
List the contents of a file
details
Arguments
SQL Callexec Zip.list 'test' Http Call/bsc/zip/list Output ColumnsThis call does not return data. |
|||||||||||||||||||||||
uncompress
|
Uncompresses (UNZIP) the content (or file) provided and returns the output as a string
details
Arguments
SQL Callexec Zip.uncompress '0x1F8B08000000000004002BC9C82C5600A2448592D4E21285DCD4E2E2C4F454005454DEA216000000' Http Call/bsc/zip/uncompress Output Columns
|