DataBridge

CRM Applications


DataBridge Output Properties

NameTypeDefaultDescription
com.cjs.crma.databridge.output.*
taskname.Output.Driver Class Name-Output Module to load
taskname.Output.PathPath Name-default path for output files
taskname.Output.FilenameFile Name-default output filename
taskname.Output.EncodingASCII | UTF-8 | etc.-output data character set
taskname.Output.UseBOMYes | No-start output data with Unicode Byte Order Mark
taskname.Output.UseHeaderYes | No-output the column names as the first data row

Example

Main.Output.Driver    =  com.cjs.crma.databridge.output.FileOutputData
Main.Output.Path      =  C:\DataBridge\\data\\output
Main.Output.Filename  =  output.tab
Main.Output.Encoding  = UTF-8
Main.Output.UseBOM    = No
Main.Output.UseHeader = Yes