Skip to main content

Hi,

I think i have a simple question. I have a csv where the xy is in one attribute. See example (geo_xy) but i have to do an poinonarea but because i have no x and y seperate he doesn't do it. FME doesn't recognise the geometry. I have already tried to extract the x and y by using multiple tranformers. Even used stringextractors but the number of numbers of x and y is various so it's not flawless.

I am sure there is an easy way to do it but I cannot find it.

Can somebody help me?

Thx

Nathalie

 

The column looks like Well Known Text, try using the GeometryReplacer:

It will automatically convert the "geo_xy" attribute to a point geometry for you.


The GeometryReplacer set to OCG WKT should do the trick.


Thx! It works, I never found this myself. Thank you both!


Reply