JSONTOXML
Converts an valid JSON string into XML and returns it as string.
Syntax
Example
{
"note": {
"to": "Tove",
"from": "Jani",
"heading": "Reminder",
"body": "Don't forget me this weekend!"
}
}=CS.SPARK_JSONTOXML(A1)<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
</note>Sample file
Last updated
