Hello everyone,
Today I have a slightly complex (for me!) task to accomplish: while using 2 public datasets which contain information about UK properties, I need to join them together based on their "Address" field. The problem is that these addresses are slightly different, for example:
- "Huffington 29" vs "29 Hufington"
- "170 Mitcham Road, London (SW17 9NJ)" vs "170 Mitcham Road, London"
I need to clean the data somehow first and then join the tables, or do an "approximate" join. I tried the Fuzzy Match tool but unfortunately I didn't get any results. Some ideas?
The sample data is attached below. I also included a Postcode column, but there are a lot of nulls so I'm not sure if that can be used properly.
Thank you for your help.