DataBridge

CRM Applications


DataBridge Main Properties

NameTypeDefaultDescription
com.mmm.crma.databridge.Application
Default String-Task name if none provided on command line
Task
taskname.NameString-Task Name
taskname.DescriptionString-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
LogLevelLevel Name-INFO | DEBUG | etc.
LogNameFile Name-Name of log file
LogPathPath 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