Hello All,
FME Newby here. I have two separate csv tables with one matching column. The tables correspond to a hierarchical network and are filled with their ID's. Please take a look at the network image below.
CP's are always connected to TX's. Some TX's but not all, have upstream DTECH's.
I already have traced which CP connects to which corresponding upstream TX. I have separately traced which TX connects to which DTECH or if they are connected at all to any. I need to merge these two table as one. Please see the example image below.
I tried FeatureMerger matching TX_ID across both tables, but the duplicate TX_ID's are dropped. Any help would be greatly appreciated in this case thanks!