DataBridge Main Properties
Name | Type | Default | Description |
---|
com.mmm.crma.databridge.Application |
Default | String | - | Task name if none provided on command line |
Task |
taskname.Name | String | - | Task Name |
taskname.Description | String | - | Task Description |
Drivers |
taskname.Input.Driver | Class Name | - | Input Module to load |
taskname.Mapper.Driver | Class Name | - | Mapper Module to load |
taskname.Output.Driver | Class Name | - | Output Module to load |
Logger |
LogLevel | Level Name | - | INFO | DEBUG | etc. |
LogName | File Name | - | Name of log file |
LogPath | Path Name | - | Path of log file |
Example
Default = Main
Main.Name = Demo Task
Main.Description = Demonstrates the DataBridge properties
Main.Input.Driver = com.mmm.crma.databridge.input.QueryInput
Main.Mapper.Driver = com.mmm.crma.databridge.mapper.AutoMap
Main.Output.Driver = com.mmm.crma.databridge.output.FileOutputTab
LogLevel = DEBUG
LogName = Demo.log
LogPath = C:\logs