I need to compare two tables and find the duplicates and merge it based on the name matches. Have 2 collections on mongoDB
Collection A name : 'abc company ltd'
Collection B name: 'abc comp. limited'
both are same company, but keyed in different tables by different persons.
I want to find all these kind of duplicates and merge into one.
thanks