Hi I am using FeatureMerger to merge attributes and geometry as follows
Table1:
ID1 Value1
ID1 Value2
ID1 Value3
Table2:
ID1: Code1
ID2: Code2
ID3:Code3
I would like to end up with 9 records in the output
Expected result:
ID1 Value1 Code1
ID1 Value1 Code2
ID2 Value1 Code3
ID1 Value2 Code1
ID1 Value2 Code2
ID2 Value2 Code3
ID1 Value3 Code1
ID1 Value3 Code2
ID2 Value3 Code3
I have tried various options in FeatureMerger, but I am still missing records in the output
This seems to be in the Used Supplier port.
Any suggestions ?