Skip to main content
  • 10000+ Posts
  • 53,413 Replies
10000+ Posts
json output remove top levels

Hi, I have created some JSON in FME but would like to remove the first couple of levels.At the moment I have:[    {        "output" : {            "status" : "200",            "body" : [                {                    "well_id" : 25325,                    "well_name" : "MYALL_CREEK_3",                    "latitude" : -27.046011,                    "longitude" : 149.236806                },                {etcideally I would like to remove the "output" level[    {            "status" : "200",            "body" : [                {                    "well_id" : 25325,                    "well_name" : "MYALL_CREEK_3",                    "latitude" : -27.046011,                    "longitude" : 149.236806                },                {Could you please tell me how to achieve this.

Badge Winners

  • Online Training
    prathyushay8has earned the badge Online Training
  • Online Training
    ahmed_emamhas earned the badge Online Training
  • English Speaker
    crunchyd_12has earned the badge English Speaker
  • FME Form Advanced Training
    elbazhas earned the badge FME Form Advanced Training
  • English Speaker
    aliciadhas earned the badge English Speaker
Show all badges

Community Stats

32,488
Posts
123,403
Replies
40,673
Members