Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
Hi,
I am using ParseJSON method for Parsley extension.
It gives me one row properly inserted into infotable if we run this method on simple json like:-
{
"input1":"{\"name\":\"MichaelJordan\",\"age\":\"38\",\"address\":\"Noida\" }"
}
But it fails to insert any row when we run this method on complex JSON:-
{
"input2":"{\"name\":\"TestUser123\",\"age\":\"54\",\"address\":\"{\"street\":\"main street\",\"city\":\"Ggn\",\"pin\":\"202021\"}\"}"
}
and gives blank row.
Could somebody help me how to insert this json into infotable as well?
Thanks in advance.
Solved! Go to Solution.
Have you thought of just creating your own parsing code.
JSON is recognized as an object in Thingworx and you can use es 4 / es 6
So if you know the structure you can fairly easily create your own parsing code.
Have you thought of just creating your own parsing code.
JSON is recognized as an object in Thingworx and you can use es 4 / es 6
So if you know the structure you can fairly easily create your own parsing code.
Hi @ranjank.
If you found the previous response to be an acceptable solution, please mark it as the Accepted Solution for the benefit of others on the community.
Regards.
--Sharon