BE_UnGzip
BE_UnGzip ( gzip_data {; filename } )
Uncompresses the file found in gzip_data and optionally applies the filename, otherwise uses the detail found in the container field if it exists.
If you're unzipping a file, then this function should be used with a Set Field script step and the results stored as a container field. If you're expecting a text result then this could be used anywhere text is expected.
Version : 3.3
Parameters :
gzip_data : a container field with an gzipped file in it.
filename ( optional ) : a filename.
Result : The uncompressed version of the data, or ? For an error.