Hello all,
I have a two roads datasets with a road_id, a through_distance_start and a through_distand_end
I want to do a merge, FeatureMerger, where;
road_id equals road_id
tdist_start equal to or greater than tdist_start
tdist_end equal to or less than tdist_end
How do I accomplish this in FeatureMerger? Or is there a different transformer?


