Validate Bank Account Number CZ Properties

Name

Type

Required

Description

Id

String

No

Step identification string.

When Condition

String

No

Expression that must be satisfied for this step to be executed.

In Bank Account

String

Yes

The input column with account number data.

Out Bank Account

String

Yes

Where the result should be stored.

Trash

String

No

The output contains characters (letters) removed from the account number before the start of processing.

Out Bank Id

String

No

If recognized, this output will contain the bank ID number in standardized form, which is a 4-digit bank ID number filled with zeroes from the left if needed. This output value does not depend on the validation of the found bank id in the lookup file.

Bank Id Lookup File Name

String

No

Lookup to use for validation of the determined bank id. It is a simple string lookup containing single values representing the bank id.

Output Format

String

No

The format to be used for formatting the output. There are 3 predefined constants representing the parts of the account number: {PREFIX}, {BASE} and {BANKID}. If filling with zeroes to the maximum length of the component is required, it is possible to use the constants {0PREFIX} and {0BASE}. {BANKID} always means the bank id standardized to the 4-digit length, so a related 'zeroed' constant is not defined. Examples for the input 00123-000456-234:

  • {PREFIX}-{BASE}/{BANKID} - outputs 123-456/0234
  • {0PREFIX}-{0BASE}/{BANKID} - outputs 000123-0000000456/0234
Note that using special characters inside the component name will make it a 'static text' component: for example {:PREFIX} will be represented as string "{:PREFIX}" instead of identifying the prefix part of the number.

Invalid Data Definitions

Validate Bank Account Number CZ$Invalid Data Definitions

Yes

A collecting tag for invalid data definitions processed by this step.

Scorer

String

No

Element which stores basic scoring settings.


iWay Software