JSONToXML

This Activity takes stringified JSON as input and converts it into a XML String, which can then be accessed by the downstream activities that follow.

JSONtoXML Conversion limitation

The difference between XML and JSON impose the following limitation.

  • JSON is a maplike structure with key-value pairs and XML stores date in a tree structure with namespaces for different data categories. So the input JSON not having any a tree structure will not result in a valid XML.

Input

Field Description
jsonString This field takes stringified JSON data. We can directly pass stringified JSON data manually or map the textContent coming from previous activity (e.g. GET JSON file from S3).

Output

Display output as read-only jsonObject.