Hi Ron, out of 161.000 records in the table which data quality I try to improve by matching the address data with the adress master, there are 31.000 records which contain first and last name. All other records have NULL in those fields. here are all fields in the CONTRACTS table: ,[CONTRACT_ID] ,[FIRSTNAME] ,[LASTNAME] ,[CITY] ,[STREET] ,[POSTAL_CD] ,[HOUSENUMBER] ,[STAIRWAY] ,[FLOOR] ,[DOOR] ,[SOURCE] Fields in Address Master: [APARTMENT_ID] ,[PRIMARY_APARTMENT_ID] ,[BUILDING_ID] ,[PRIMARY_BUILDING_ID] ,[CPR_HAUS_ID] ,[CPR_LOCATION_ID] ,[FLAT_LOCATION_FLAT_ID] ,[PAC] ,[CITY_NAME] ,[STREET_NAME] ,[BUILDINGNUMBER], [ENTRANCE] ,[DOOR_NUMBER] ,[ZIP_CODE] ,[ADDRESS_TYPE] ,[BUILDINGCOORDINATEX] ,[BUILDINGCOORDINATEY] ,[COUNTRYCODEA2] Finaly, what is your suggestion for defining cluster rules? If I understood you right, the way I defined them, is not optimal (as I told you my clusters have approx. 7000 rows) Regards!
... View more