Match Codes
In each node of the source structure, one or more match codes can be defined via the context menu. This describes to the parser the rules which record types belong in which nodes. Each match code consists of a condition and a value. The following conditions are available.
Equals
Starts with
Ends with
Contains
Is not
Does not start with
If multiple match codes are defined for the same node, they are ORed (linked with logical OR).
For XML input data, it is necessary to also assign match codes to the fields. The condition that has to be used is Equals.
In the special case that a logical record goes over several lines of text, a regular expression can be used with a leading operator (?s)
Please also see sections Checking and Creating Match Codes and Icons in Mappings.