Hi,
Need some help with the below logic. Thanks in advance!
I have a dataset which includes email address and firm name as seen below. I want to validate the emails to see if the person has moved firm. I am thinking to exclude the ones before "@" symbol and only extract the domain(eg: abc.com, xyz.com) and compare it to the firm name to see if it aligns with it and return true or false.
For example:
Email Firm New col
j.will@abc.com ABC corp TRUE
y.smith@xyz.com Ed jones FALSE