XML to JSON
Convert an XML file to a JSON file. You can download this system service from Grexx Marketplace.
Input
Use a casetype activity to add inputs to the Start XML to JSON
form.
Attribute | Data type | Mandatory? | Description |
---|---|---|---|
Arrays | String (multivalue) | No | |
Empty lines | Boolean | No | |
Input XML | String | Yes | XML document to be converted. |
Keep Strings | Boolean | No | Keep all values as strings in the JSON. For example, if true , the output might be {"test": "true", "id": "01234"} . If false , the same input would result in {"test": true , "id": 1234} . Default: false |
Output
Outputs are added to the Result XML to JSON
form when the XML to JSON
case is closed.
Attribute | Data type | Mandatory? | Description |
---|---|---|---|
Output JSON | JSON | No | The converted content. |