Element Error Handling Strategy

The error handling strategy defines the behavior of steps in case of error. This strategy consists of a set of ErrorInstructions that instruct the step how to behave in case of each type of error. See ErrorInstructions for more details.

The following table shows all possible error statuses:

State

Description

SHORT_LINE

Input line is too short or contains fewer fields than expected.

EXTRA_DATA

Input line is longer or contains more fields than expected.

LONG_LINE

Input line exceeds the maximum allowed length specified in the configuration.

UNPARSABLE_FIELD

Input field contains data which cannot be converted to the specified data type.

INVALID_DATE

Input field contains data which cannot be parsed as day or datetime.

PROCESSING_ERROR

Other error during parsing data.

Name

Type

Required

Description

Error Instructions

List of Error Instruction

No

List of error instructions.

Reject File Name

String

No

Name of the file that will be used for rejected data records. Default value: rejected.txt.


iWay Software