File adapter command for GZIP/ZLIB

Use the File adapter command (-FILE) for data sources and data targets to specify the file that contains the GZIP or ZLIB input stream or output stream.

-FILE [file_path]/file_name
Option
Description
[file_path]/file_name
Specify the file from which the input stream is read or to which the output stream is written.

A relative file path is relative to the current path of the process.

To specify a file path that is relative to the map directory, use the GETDIRECTORY function to build an absolute path. See the Functions and Expressions documentation.

If the File adapter command (-FILE) is not specified for a data source, the memory buffer is the default data source.

The File adapter command is required for data targets.

For example, to specify a data source of input.gz, the following adapter command should be used:

-FILE input.gz