Hi,
I am facing some issues in json to xml conversion. i am guessing most of us have encountered it .
Below is my JSON structure input
{
"val": "X",
"DataPoint": [{
"code": "TK",
"desc": "Tickets"
},
{
"code": "PK",
"desc": "Parking"
}
]
}
i am unable to extract above using extract variables - as number of nodes of “DataPoint” tag is dynamic.
How do i convert above json to xml objects of “DataPoint” ?.
Apigee is so cool when it comes to xml to json , but above scenario is very complex for me.
Can you help me please?
Note: i am having error when using tag “nodeset” (probably maybe as i am still using older version of on-premise edge)
Thanks & Best Regards
Sujith Mathew