Hi All,
I want to join two tables as shown in the attached image but the simple join tool doesn't work. Is there any better way/tool to help me join the tables as desired?
| Table1 |
| Col A |
| A* |
| B* |
| BD* |
| EF* |
| 12* |
| *20* |
| Table 2 |
| Col B |
| 2021* |
| 2022* |
| ABC* |
| ABCD* |
| 123* |
| AZC* |
| 12021* |
Desired output
| ColA | ColB |
| A* | ABC* |
| A* | ABCD* |
| A* | AZC* |
| 20* | 2021* |
| 20* | 2022* |
| 20* | 12021* |
| 12* | 123* |
Thanks,
Vinay