Enum Invalid Output Type

Specifies what data type should be written to the output when this data definition applies.

Value

Description

CONSTANT

The constant value defined by the defaultValue parameter is written to the output. This value represents the textual form of the value that will be parsed to the required DQC data type (depending on the data type of the column it should be written to). The textual value is copied directly, date data-types are expected in the U.S. date format (yyyy-MM-dd).

ORIGINAL

Original input value from the associated input is written to the out. This option is valid only for definitions which relate to some input column

CALCULATED

The value processed by the formatter or, if none is defined, the original input value is written to the output.


iWay Software