My input feature has 2 attribute (One numeric ID, Geom Point geometry). I found 2 map geometries(Multiline) for ID in db. So after fetching, sql executor generates 2 features as (ID,GEOM,MAP1) and (ID,GEOM,Map2).
I used aggregator assuming that it will return me (ID,GEOM,(MAP1+MAP2))
and then trying to write into database but failing.
Please suggest me how to approach this problem?
Subrat