Team,
I have been provided some rules that the business would like to run on our Customer data set.
The rules are as follows ;
FirstName EXACT MatchBlank = FALSE
AND LastName EXACT MatchBlank = FALSE
AND MiddleName EXACT MatchBlank = TRUE
AND Suffix EXACT MatchBlank = TRUE
AND Email EXACT MatchBlank = FALSE
Matching Method Definition = The exact matching method looks for strings that exactly match a pattern.
MatchBlank Definition = If you select this option for any field, and that field is blank in both of the records being compared, the fields are considered matches.
I am struggling how to implement such rules. So far i am using the "Fuzzy Match" tool and have the following matching Criteria . But i don't believe i have set the matching rules correctly
| Field Name | Match Style | Edit Match Options |
| FirstName | Custom | Generate Keys for each word = False Ignore if empty = False |
| LastName | Custom | Generate Keys for each word = False Ignore if empty = False |
| MiddleName | Exact | Generate Keys for each word = False Ignore if empty = True |
| Suffix | Exact | Generate Keys for each word = False Ignore if empty = True |
| Email | Custom | Generate Keys for each word = False Ignore if empty = False |
Have attached example test data along with outcomes
Any sight's / screen shots / working scenarios be much appreciated
Regards
Masond3