Unable to convert complex JSON object into infotable using parsley extension
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.

