Dear FME Community,
I’m trying to cut lines with segment delimited by start and end point and all works with my method and with the transformer Snipper, but it doesn’t works with line who have auto intersection like a loop.

With a “normal” line I’ve this result :

But with a line who have a loop I’ve this result :

The result should be this :

I know how to isolate lines with loop but I don’t know how can I treat them.
Can you help me ?