DataBridge Output Properties
Name | Type | Default | Description |
---|
com.cjs.crma.databridge.output.* |
taskname.Output.Driver | Class Name | - | Output Module to load |
taskname.Output.Path | Path Name | - | default path for output files |
taskname.Output.Filename | File Name | - | default output filename |
taskname.Output.Encoding | ASCII | UTF-8 | etc. | - | output data character set |
taskname.Output.UseBOM | Yes | No | - | start output data with Unicode Byte Order Mark |
taskname.Output.UseHeader | Yes | 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