I am trying to join two data table from two different excel by two columns,
In excel1 I want to compare “Sheet1” column “H” and column “I” with excel2 with column “B” and “D” and in another sheet put the column “NUMERO SUCURSAL” and “NUMERO DEPARTAMENTO”
first I get the DT1 then DT2 and I use join data tables activity and DT3 comes out but when I write it in excel it doesn’t write anything to me
Can you please elaborate little more on the join condition that you are using ?
is it like the below one?
If it is an inner join you dont have data that matches both the join condition, that may be the reason for not finding any data on the DT3. Please correct me on your join condition I would be able to help you out.
Problem is that condition doesn’t satisfy any data in the final result. As the values in EXcel 2 are in lower case compared to values in Excel1 so inner joins may not find any result. If you change the data to be upper case you will get some inner join results.