Hi All,
I have two data sets and I would like to perform partial text matching.
E.g.
Data Set 1 Contains large number of records one of the columns like
- Congratulation
- Atul Deshpande
- Female
- Chocolate
Data Set 2 contains like - (which contains around 100 records)
- Atul
- Male
- Late
In output result I want to see as
- Atul - appear 2 times in data set 1
- Male - appear 1 time in data set 1
- Late - appear 1 time in data set 1
Kindly guide me how to do this
Regards
Atul Deshpande