Hello,
in the picture there are lines and polygons. Both have a code attribute. The idea here is to clip the lines with polygons having the same code! E.g. for polygon 791238(one the left of the picture), lines within yellow block having the same code as this polygon, and they need to be clipped. So I thought the process will be:
for each polygon:
select the lines having the same code as the polygon
clip selected lines with the polygon
How can I do this in FME? Or are there approaches?
Thanks!