I have a csv-file containing WKT's, and I want to use GeometryReplacer.
However, I want to remove the z-coordinates in the linestring. The linestring is formatted like this:
LINESTRING (252388.4 6630392.1 39.726, 252360.1 6630378.5 38.626, 252350.3 6630372.4 38.626)
What's the fastest way to do this in FME?