Back to all

Transform a JSON to XML

Convert JSON into the XML format.

Overview

JSON is a data interchange format and provides a data encoding specification. XML is a language to specify custom markup languages and has a broader range of usages.

Streamsheets primarily uses JSON as its data format for representing data. It is sometimes necessary to change that representation into XML for various reasons. This template uses the JSON2XML() function to change the data format from JSON to XML.

How it works:

  • Start the App 
  • The “Json simulation” sheet sends a JSON to the “JSON2XML” sheet
  • The “JSON2XML” sheet reads the data from the Inbox and converts the given JSON into an XML notation.
Newsletters icon

Subscribe for monthly updates