I am working on a workflow where I need to join multiple data sources to get the required information. The problem is these data sources doesnt have a common field to join on. My safe bet is to join on names and get the email id that can be used to join multiple data sources. But the problem is that the names in different tables are not in the same format to join.
Table 1:
Mickey Mouse
Duck Donald
Duck Donald
Alvin Li
Mickey Mouse
Table 2:
Mickey x Mouse
Donald Duck
Alvin C Li
Is there a way to join these two sources and get the required information?