Unification Properties

Name

Type

Required

Description

Id

String

No

Step identification string.

Attributes

Unify Attributes

Yes

Specification of step input and output parameters.

Ignore Older

Boolean

Yes

When timestampColumn is used and the incoming record update is older than the repository record, this flag specifies how this status is managed. false: (newer) the repository record is processed instead of the incoming one. true: the incoming record is fully ignored as it hasn't been contained in the input.

Threaded

Boolean

Yes

Process each group segment in parallel in its own thread. Default value: false.

Ignore Manual Override

Boolean

Yes

Do not process manual override rules even though they are contained in the repository. Default value: false.

Export Changed Only

Boolean

Yes

Send only changed records to the output. Default value: false.

Default Max Iterations

Integer

Yes

Default value for the maxIteration parameter of grouping methods. Default value: 1.

Use External Ids

Boolean

Yes

Use candidate and client ids and roles from the input rather than from the repository. Used only in the special case of reunifying all records which already have some unification attributes. The repository must be empty. Default value: false.

Default Locale

String

No

Default locale definition for string values to compare.

Default Merge Survivor Selection Rule

List of Order By

No

Default mergeSurvivorSelectionRule criterion for all grouping methods.

Groups

List of Grouping Method

No

List of grouping method definitions. Each unified record belongs to the first method where the when condition evaluates to true.

Default Matching Rules

List of Matching Rule

No

Default matchingRules criterion for all grouping methods.

Use Center As Survivor

Boolean

Yes

Specifies if center records (with roles M and I) are used as "Merge survivors" of candidate or client groups, respectively. Default value: false. (Special MSR records and msr-role is used).

Minimum Id To Assign

Long

Yes

Minimal value for the newly assigned group id. Default value: 1.

Default Center Selection Rule

List of Order By

No

Default centerSelectionRule criterion for all grouping methods.

Repository

Repository Properties

No

Repository specification.

Repository Columns

List of Column Ref

No

List of columns stored in the repository. At least all columns needed for unification must be present.

Map All Columns

Boolean

Yes

Specifies that all columns of the input record format will be stored in the repository. The property repositoryColumns must be empty when true. Default value: true.

Delete Mark

String

No

Records with this value in changeTypeColumn will be considered as deleting commands. Default value: "D".


iWay Software