Skip to main content

I created a workbench translating data from Smallworld to json. It was just a plain Smallworld reader and then a connector that connects to write to a json writer. After the translation is done, the FME Data Inspector tells me there is no geometry in my json file. Do I need some sort of transformer in between to create the geometry in json? Thanks!

Hi,

if you put Inspectors instead of JSON do you get geometries?


Sound like you need GeoJSON.

Or extract the geometry in an attribute using the GeometryExtractor or the CoordinateConcatenator transformers.


Reply