Validate RC Properties

Name

Type

Required

Description

Rc

String

Yes

A string expression describing where to read the birth number from.

Rc Out

String

Yes

A string column where the output birth number should be stored.

Birth Date

String

No

A day expression describing where to read the birth date hint from.

Gender

String

No

A string expression describing where to read the gender hint from.

Gender Out

String

No

A string column where the output gender should be stored.

Allow Artificial Trailers

Boolean

Yes

Flag determining if the birth numbers containing an artificial trailer should be considered valid or invalid (true or false, respectively). Default value: False.

Birth Number Since

Date

No

The oldest date which may occur in the birth number. Default value: 1.1.1901.

Can Fix 10 digit Bn

Boolean

Yes

Flag indicating whether an incorrect trailer of a 10-digit birth number should be repaired or not.

Dummy Date

Date

No

A special value of the birth date in a birth number which is further considered null.

Female Definition

String

No

String defining identification of the female gender. This value is compared to the input gender value. Default value: F.

Ignore Default Trailers

Boolean

Yes

A flag indicating whether default artificial trailers (000, 0000, 111, 1111, 999, 9999) should be ignored or not. Default value: false.

Male Definition

String

No

String defining identification of the male gender. This value is compared to the input gender value. Default value: M.

Omit Invalid Bn

Boolean

Yes

Flag indicating whether null values should be written to the output property rcOut or not if the birth number is invalid.

Preserve Input Value

Boolean

Yes

Flag indicating whether in case of successful birth number validation the original input birth number (preserveInputValue = true) or the modified birth number(preserveInputValue = false) should be written to the output. Default value: False.

Trailers

List of String

No

A list of trailers defined as artificial. Default items in the list are 000, 0000, 111, 1111, 999 and 9999.

When Condition

String

No

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

Id

String

No

Step identification string.

Scorer

String

No

Element which stores basic scoring settings.


iWay Software