Hi All,
I am trying to identify duplicate records even when some values are missing. For example,
| Id | FirstName | LastName | Email | Phone |
| 1 | Jane | Doe | Jane.Doe@gmail.com | 123-345-7891 |
| 2 | Jane | | Jane.Doe@gmail.com | 123-345-7891 |
| 3 | Jane | Doe | | 123-345-7891 |
| 4 | Jane | | | 123-345-7891 |
| 5 | Jane | Smith | Jane.Smith@gmail.com | 567-111-1111 |
Records 1, 2, 3, and 4 are the same and should be flagged. However, when I use the Unique tool and select the four fields, each record is considered unique because the blank/null value is counted.
If I use the filter tool to exclude records that have blank values, then they are not evaluated for the analysis.
Let me know if you have any ideas. Thank you!!