Hi, I have issue converting an object with array to a format that could be inserted into a table.
I have a following dynamic JSON document:
“testcode”: {
“1203”: [1,2,5,6,8,10,11,12,13,14,16,17],
“1205”: [9],
“1206”: [7,3,4,15]
}
Above, testcode is s...