I'm trying to extract attributes from the attached json string using a jsonextractor.
I thought the jsonquery field would be json["datetime"] but nothing is being returned.
Any help is gratefully received.
Thanks
N
I'm trying to extract attributes from the attached json string using a jsonextractor.
I thought the jsonquery field would be json["datetime"] but nothing is being returned.
Any help is gratefully received.
Thanks
N
Best answer by ebygomm
Assuming you want to get multiple features from this, I would use the JSONFragmenter with the following query
json[*] ["datetime"]
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.