I have configured the following attributes as part of the Location surrogate crosswalk generation: AddressLine1, AddressLine2, City, StateProvince, Country, Street, SubBuilding, Zip4, and Zip5. Despite having RDM configured for StateProvince values such as "Alabama" and "AL", the same address is creating two separate Location records when loaded for different customers. Could you please help identify why the records are not being matched into a single Location entity?
"surrogateCrosswalks": [
{
"enforce": true,
"generationLogic": "generateUidWhenAllOvMissing",
"source": "configuration/sources/LegacyMDM",
"attributes": [
"configuration/entityTypes/Location/attributes/AddressLine1",
"configuration/entityTypes/Location/attributes/AddressLine2",
"configuration/entityTypes/Location/attributes/City",
"configuration/entityTypes/Location/attributes/StateProvince",
"configuration/entityTypes/Location/attributes/Country",
"configuration/entityTypes/Location/attributes/Street",
"configuration/entityTypes/Location/attributes/SubBuilding",
"configuration/entityTypes/Location/attributes/PostalCode/attributes/Zip4",
"configuration/entityTypes/Location/attributes/PostalCode/attributes/Zip5"
]
}
]
------------------------------
Keerthana Elangovan
LTM
------------------------------