I have a list of vendor names and addresses
I need to match based on the same address name but different vendor names
For example if this is my sample input data:
| Vendor Name | Street | City | Codes |
| Adobe | Orchard Parkway | San Jose | 95134 |
| Cisco | Park Ave | San Jose | 95110 |
| Salesforce | San Avenue | San Jose | 95119 |
| Alteryx | West Drive | San Jose | 95134 |
| UiPath | Alameda street | San Jose | 95126 |
How do I solve this?