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.

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.

Loop

For information on the Loop tab, see the "Using the Loop Feature in an Activity" section.