Skip to main content
Question

Smallworld to Json

  • February 21, 2018
  • 2 replies
  • 8 views

Forum|alt.badge.img

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!

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

zzupljanin
Contributor
Forum|alt.badge.img+4
  • Contributor
  • 120 replies
  • February 21, 2018

Hi,

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


erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • February 21, 2018

Sound like you need GeoJSON.

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