Includes other configuration file and executes its logic. This is useful for keeping libraries of common functions or for splitting large extraction process into multiple files.

Syntax

<include path="file_path"/>

Attributes

Name Required Default Description
path yes Path of he configuration file to be included. Path is relative the directory where including configuration file is.

Example

<include path="lib.xml"/>