I have a network of lines, and I need to identify the genuine odd one out.
In the diagram below, the red lines represent "Active" lines and the pink lines are "Inactive" lines.
Those lines that branch off from the network to a dead-end are genuine, the "Inactive" lines that have an "Active" line either side have been incorrectly attributed, and theses are the ones I need to identify.
Â
I am new to FME, so a nice step by step guide would be appreciated please.



> Merge edges onto nodes using the absolute value of the fme_arc_id ( @abs(@Value(edege{0}.fme_arc_id))