In my data load editor I have one tab that pulls from one dataset and a second tab that pulls from a different dataset.
In the first tab, the dataset has an ID and a Name column, and in the second tab, there is also the same ID column (amongst many other columns which I am using) but it's pulling from a different dataset.
I would like to link / join the Name column from the first tab with the ID column from the second tab so that when I search by Name, it is linked with the ID which is also linked with the many other columns I am using from the second tab.