Hi All,
I am New to Alteryx Designer Version 11.3.
I am looking for Full left Join in alteryx, Do I have to use Union Tools After Join Tool?
I have file1 like...
| EmpID | Name |
| 1 | James |
| 2 | Mark |
| 3 | Peter |
| 4 | Alley |
| 5 | Sam |
and File2 like...
And I want output like...
| EmpID | Name | Age |
| 1 | James | 34 |
| 2 | Mark | 45 |
| 3 | Peter | Null |
| 4 | Alley | 32 |
| 5 | Sam | 44 |
What is the Fasted & easiest way to join this two files?
Please help.
Thanks
Vinay