Skip to main content

Dear FME community,

I have a comma separeted file (CSV) which contains coordinates of polygons. They are in the form:

4606782.08077,5649438.11392,4607573.11623,5649937.71526
4607494.19448,5649114.04178,4608310.37980,5649629.52724
4625760.04745,5648557.21385,4626429.36498,5648979.94071 

They are in the German coordinate system EPSG:31468 and should be transformed to EPSG:25833. How can I easliy reproject these values and write them out as a new CSV file? Do I have to build polygons first, transform them and then extract the geometry again, or is there a more easy way to do it?

Kind regards

Thomas

Hi,

AttributeReprojector will Reprojects attributes from one coordinate system to another. Hope this helps

Pratap


Hi,

AttributeReprojector will Reprojects attributes from one coordinate system to another. Hope this helps

Pratap

Wonderfull! With 2 AttributeReprojectors it works (for the 4 coordinates values). Many thanks.


Reply