I'm looking for an AreaOnLineOverlayer. So some transformer that splits polygons at all intersections with a line.
Reading suggestions online say that I should use an Intersector and then the AreaBuilder, but no matter what arguments I use, I cannot get the results I want.
This is the output of the intersector:

This is the output of the AreaBuilder:

As you can see not all the areas are build. this is the result I want (so that every yellow rectangle is 1 polygon):

Does anyone know how to do this?

