Skip to main content

Best Answers

10502 Posts
Trying to create features from JSON (following JSONFragmenter)

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

  • 12 Days 2025 Participant Badge
    klaashas earned the badge 12 Days 2025 Participant Badge
  • Online Training
    powelljlhas earned the badge Online Training
  • FME Form Basic Training
    vimafihas earned the badge FME Form Basic Training
  • English Speaker
    vimafihas earned the badge English Speaker
  • Finnish Speaker
    vimafihas earned the badge Finnish Speaker
Show all badges

Community Stats

32,154
Posts
122,047
Replies
39,812
Members

Latest FME