BE_Gzip
BE_Gzip ( data {; filename } )
Compresses the file/text found in data and optionally applies the filename, otherwise uses the container data appended with the .gzip extension.
This function should be used with a Set Field script step and the results stored as a container field.
Version : 3.3
Parameters :
data : a container field with an unzipped file in it, or text data.
filename ( optional ) : a filename.
Result : a gzip compressed version of the incoming data as a container field.