I have a dataset of lines, what i want to find and spit out into a csv file are the line records which run on top of each other and have the same start and end point. I initially started using the lineonlineoverlayer but it pulls every line that runs on top of each other regardless of the start and end points being the same.
Is there and easy way for me to find just the lines i want? and which transformers should i use?