Skip to main content
  • 12,739 Posts
  • 50,959 Replies
12739 Posts

I'm trying to create (FME-)features from a JSON-ouput (source: JSONFragmenter).I am not able to subtract/expose "geometry" and can't figure out why.My JSONFragmenter parameters are:JSON Query: json["features"][*]Attributes to expose: id geometryCan someone help me out ?Example of JSON-output:{    "type": "FeatureCollection",    "totalFeatures": 1681523,    "features": [        {            "type": "Feature",            "id": "GBG.23662",            "geometry": {                "type": "Polygon",                "coordinates": [                    [                        [                            134465.638337,                            192310.473928                        ],                        [                            134465.881025,                            192308.624072                        ],                        [                            134470.076353,                            192309.29684                        ],                        [                     

Badge winners

  • Welcome Back
    sieblisthas earned the badge Welcome Back
  • English Speaker
    followersindiahas earned the badge English Speaker
  • Webinar Watcher (Bronze)
    james_c_452has earned the badge Webinar Watcher (Bronze)
  • Integrate Spatial Data
    vidhyarhas earned the badge Integrate Spatial Data
  • FME Flow Authoring Training
    boostpadhas earned the badge FME Flow Authoring Training
Show all badges
30,425
Posts