DataBridge uses a CRMA AppProperties properties file to provide the many necessary runtime parameters.
The application engine itself requires properties to configure which Input, Mapper & Output drivers to use. (Once the drivers are loaded they read their own properties from the same file.) The application supports a Default property that can be used to specify the taskname. The application also shadows some of the CRMA AppLogger properties.
The input properties support various input requirements, such as Filename, Encoding or SQL Name.
The output properties support various output requirements, such as (again) Filename, Encoding or XML Name.
The mapper properties support various mapper requirements, such as (once again) Filename, Path or Map Name.