Skip to main content

I'm trying to extract attributes from the attached json string using a jsonextractor.

 

I thought the jsonquery field would be jsonn"datetime"] but nothing is being returned.

 

Any help is gratefully received.

 

Thanks

N

 

 

Assuming you want to get multiple features from this, I would use the JSONFragmenter with the following query

json
  •  r"datetime"]

  • Assuming you want to get multiple features from this, I would use the JSONFragmenter with the following query

    json
  •  r"datetime"]
  • Cheers - I did finally figure this out through some judicious goggling (after the event!).

     

    Thank you!


    Cheers - I did finally figure this out through some judicious goggling (after the event!).

     

    Thank you!

    If you want all the parts as attribute values I'd use these settings though


    Assuming you want to get multiple features from this, I would use the JSONFragmenter with the following query

    json
  •  r"datetime"]
  • Cheers!   


    Reply