I'm trying to intersect a line with several hundred polygons the problem I'm having is there are several polygons that overlap each other, so when I run the lines and polygons through the clipper I end up with some incomplete segments. Pictured is an example where the overlapping polygon got the start of the line segment thus not a complete line for the red selected polygon.
I've tried a bunch of different transformers and end up with the same result or worse result no matter what.
Update: the help mentions intersector for my situation but I can't figure out how to get at the result I need still.