Hi,
I have a problem where I have to join 2 different datasets on 2 columns.
1. First dataset have structure:
2. second dataset's structure:
I want to join on
name=name
and id=new_id
or
name=name
and id=old_id
please comment below if you have any solutions