I am using a join tool then union tool.
So for example.
Left dataset have 10 columns and 100 rows
Right dataset have 3 columns and 20 rows.
I use join to join left and right dataset, both have 2 columns as their key.
Out of Join tool is
L is having 10 columns
R is having 13 columns
I use union tool to club L and R, output I am expecting is 13 columns and 120 rows.
But I am getting 13 columms but the right dataset rows are not found.
Indivudual L and R output seems correct but Union the rows from R is missing, I dont know where i Mgetting wrong