Guess Name Surname Properties

Name

Type

Required

Description

In

String

Yes

Column that contains both input first name and last name.

First Name

String

Yes

Column that stores the final output first name (corresponding to the dictionary value).

Last Name

String

Yes

Column that stores the final output last name (corresponding to the dictionary value).

First Name Orig

String

No

Column that stores the original (input) first name.

Last Name Orig

String

No

Column that stores the original (input) last name.

Pattern Name

String

No

Column that stores the name of the applied parsing pattern.

Hint Name

String

No

Column that stores the name of the applied parsing pattern hint.

Trash

String

No

Column that stores the trash information. Trash information is the part of the input text which was not recognized as a known component or, when the fullTrashScope flag is true, text parsed by component not having its own output column storeInto. The binding is not mandatory, thus the property fullTrashScope is effective only when this binding is set.

Components

List of Component

No

List of user defined components.

Full Trash Scope

Boolean

Yes

Specifies whether text parsed by components which don't define the storeInto parameter is stored in the column defined by the binding trash. Text not parsed by any component is stored in any case. This parameter has an effect only if the binding trash is defined. Default value: False.

First Name Lookup File Name

String

Yes

Dictionary file that contains known first names. This dictionary contains single-word first names. For more information about the dictionary see the detailed description here.

Hints

List of Hint

No

Contains a list of definitions of parsing hints. A parsing hint defines how to parse input data when more than one parsing pattern is found which can be applied to the input string. It assists the step in picking the preferred parsing pattern in case of such ambiguity. In particular, hints are defined using property hint.

Last Name Lookup File Name

String

Yes

Dictionary file that contains known last names. This dictionary contains single-word last names. For more information about the dictionary see the detailed description here.

Multi First Name Lookup File Name

String

No

Dictionary file that contains known first names. This dictionary contains multi-word first names (multi-word components work with this dictionary). For more information about the dictionary see the detailed description here.

Multi Last Name Lookup File Name

String

No

Dictionary file that contains known last names. This dictionary contains multi-word last names (multi-word components work with this dictionary). For more information about the dictionary see the detailed description here.

Pattern Groups

List of Pattern Group

Yes

Tag associating the group of patterns patternGroup.

Preserve First Name Dia

Boolean

Yes

Defines whether the original diacritics of the input string (accents) should be retained if the final standardized value of the first name (the selected dictionary value which conforms most closely with the original value) differs from the original value including the diacritics. Default value: False. Example: When this option is set to true and the input string is Pável, then the output value of firstName is Pável when this exact value (with the accents) is not included in the dictionary. Thus, not matching strings are unchanged.

Preserve If Diacritics Differs

Boolean

Yes

Defines whether the original diacritics (accents) in the output string are to be retained "globally", i.e. both for firstName and lastName. It can be combined with the properties preserveFirstNameDia and preserveLastNameDia, which specify preservation of each component separately but they have higher significance than this "global" property. In case both special properties are defined at the same time with this property but they both define contrary information compared to this one, a warning is announced and only preserveLastNameDia and preserveFirstNameDia values are taken into account as valid properties. Default value: False.

Preserve Last Name Dia

Boolean

Yes

The same property as in preserveFirstNameDia but applicable to the last name lastName.

Word Definition

String

Yes

Default value: {WORD}

Interlaced Word Definition

String

Yes

Default value: {INTERLACED_WORD}

Multi Word Definition

String

Yes

Default value: {MULTIWORD:wordSeparators="-'`""~"}

Tokenizer Config

Configurable Tokenizer Config

Yes

Tokenizer Definition.

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