MatchConditionBase
Properties
| Name | Type | Definition |
|---|---|---|
| Level | double | Default value 0.9 Minimal rate when two values are defined as equal. |
| Weight | double | Default value 1 Weight of that condition in the total group result if group contains more then one condition |
| DictionaryType | string | Dictionary, which linked to that field. |
| MatchingType | MatchType | How the values should be matched. DirectCompare Fuzzy |
| IgnoreNullValues | bool | Default value is True If true, all rows which contains null in that column will be removed from the matching. |
Updated over 4 years ago