Last updated
@2021 Zingg Labs, Inc.
Last updated
Zingg Enterprise allows the ability to plug rule-based deterministic matching along with already Zingg AI's probabilistic matching. If the data contains sure identifiers like emails, SSNs, passport-ids etc, we can use these attributes to resolve records.
The deterministic matching flow is weaved into Zingg's flow to ensure that each record which has a match finds one, probabilistically, deterministically or both. If the data has known identifiers, Zingg Enterprise's Deterministic Matching highly improves both matching accuracy and performance.
The above conditions would translate into the following:
Those rows which have exactly same fname
, stNo
and add1
=> exact match with max score 1
OR
Those rows which have exactly same fname
, dob
and ssn
=> exact match with max score 1
OR
Those rows which have exactly same fname
and email
=> exact match with max score 1
Ensuring higher matching accuracy and performance