Hi
I have a target table with 2 columns, how can i populate the 2 columns with unrelated data side by side using DS.
Source :
Table X Table Y
name Animals
john Dear
claire Panda
cindy Lion
Monkey
Output be like
COL A COL B
john dear
claire Panda
cindy Lion
Monkey
Col A and Col B are not related by any means and both the tables would have different number of records, how can I achieve this using query and getting the least number of rows and without creating a catesian product.
Am using Designer version 14.2.2.446
Cheers.