Solved

Data connection


Badge +10

Hi. I would like to ask. I have three parts under one ID ( UUID_departure ) where each part has a different ID ( UUID_departureLeg ) and each of these three parts has different values. I need to combine under one UUID_departure these 3 parts of UUID_departureLeg with the data of each individual part. It doesn't work properly for me when using FeatureMerger, when using Aggregator it only writes the first value to me. Could someone help me with this? Thanks a lotwork

icon

Best answer by dustin 7 July 2022, 14:56

View original

3 replies

Badge +10

I am also attaching the workspace

Userlevel 3
Badge +26

I would use the Aggregator with the Group-by set to UUID_departure and Generate List set to UUID_departureLeg. You will need to give it a list name.image

Badge +10

I would use the Aggregator with the Group-by set to UUID_departure and Generate List set to UUID_departureLeg. You will need to give it a list name.image

Thanks a lot for the reply, working solution

Reply