Configure the File Extractor
To configure the File Extractor, you must create a configuration file. The file must be in YAML format.
The configuration file allows substitutions with environment variables:
config-parameter: ${CONFIG_VALUE}
Note
Implicit substitutions only work for unquoted value strings. For quoted strings, use the !env
tag to activate environment substitution:
config-parameter: !env 'PARAM=SYSTEM;CONFIG=${CONFIG_VALUE}'
The configuration file also contains the global parameter version
, which holds the version of the configuration schema used in the configuration file. This document describes version 3 of the configuration schema.
Tip
You can set up extraction pipelines to use versioned extractor configuration files stored in the cloud.
Logger
The optional logger
section sets up logging to a console and files.
Parameter | Description |
---|---|
console | Sets up console logger configuration. See the Console section. |
file | Sets ut file logger configuration. See the File section. |