Output
Field Name |
Description / Valid Values |
---|---|
HasDuplicates |
Identifies whether the record is a duplicate of another record. One of the following:
|
DuplicateCount |
It displays the number of duplicates within a match group. |
MatchGroupSize |
It determines the size and displays the number of records in a match group. |
MatchRecordType |
Identifies the type of match record in a collection. The possible values are:
|
MatchInfo |
It displays the detailed information of each match record in JSON format, for example, a match record's name, type, state as True or False, and score between 0-100. |
MatchScore |
Identifies the overall score between two records. The possible values are 0-100, with 0 indicating a poor match and 100 indicating an exact match. |
MatchInfo.RuleName.IsMatch |
Displays the match state for the rule as True or
False, with True
representing a match and False indicating no
matches. This information is displayed if you select the
Return detailed match information option
in the Transactional Match Options
screen. Note: The value in this field is derived from the match
state of the child nodes based on the defined parent rule
configuration. |
MatchInfo.RuleName.Score |
Displays the match score for the rule. The
possible values are 0-100, with 0 indicating a poor match and 100
indicating a perfect match. This information is displayed if you
select the Return detailed match information
option in the Transactional Match Options
screen. Note: The score in this field is derived from the scores
of the child nodes on the basis of the defined parent rule
configuration. |
MatchInfo.RuleName.RuleNodeName.IsMatch |
Displays the match state for each node in the rule hierarchy as True or False, with True representing a match and False indicating no matches. RuleNodeName is a variable, which is replaced by the hierarchical node names in your match rules. Each node in the rule hierarchy outputs this field, if you have selected the Return detailed match information option in the Transactional Match Options screen. |
MatchInfo.RuleName.RuleNodeName.Score |
Displays the match score for each node in the rule hierarchy. RuleNodeName is a variable, which is replaced by the hierarchical node names in your match rules. Each node in the rule hierarchy outputs this field, if you have selected the Return detailed match information option in the Transactional Match Options screen. The possible values are 0-100, with 0 indicating a poor match and 100 indicating a perfect match. |