Element Action

An action is comprised of the occurrence and the actual action definitions, including flags and scorers. The occurrence results are defined by the FIsIn and LIsIn attributes - these determine in which dictionary the input string can be found. Each of these attributes can take the following values: "", "-", "fl", "f" or "l". The presence of the "f" or "l" character indicates that a given name is present in the first names dictionary or in the last names dictionary, respectively. A "fl" value indicates that a given input name was found in both first and last names dictionaries, an empty string "" indicates that the given input name was not found in any dictionary and the string "-" indicates NULL input data.

Action is defined by the swap attribute.

Name

Type

Required

Description

F Is In

String

No

Indication of occurrence of data from the "firstName" input.

L Is In

String

No

Indication of occurrence of data from the "lastName" input.

Scoring Entry

String

No

Defines a flag string that is set when an action is performed. If no value is defined, no flag is sent to output, except for the following situation: if action is set to "true", the flag "SNS_SWAP" is sent to output no matter what the scoringEntry setting is (the flag string "SNS_SWAP" is combined with the value set in this attribute).

Swap

Boolean

Yes

Defines what actions are performed on the data - whether they (in case of a defined situation) should be swapped or retained in the original order.


iWay Software