XML Transformer
Discover more about the XML Transformer component and how to use it on the Digibee Integration Platform.
Last updated
Discover more about the XML Transformer component and how to use it on the Digibee Integration Platform.
Last updated
XML Transformer transforms a JSON object into an XML string.
Take a look at the configuration options for the component. Parameters supported by Double Braces expressions are marked with (DB)
.
Parameter | Description | Default value | Data type |
---|---|---|---|
A JSON object is expected to be converted, provided that the component's parameters are correctly filled in.
An XML string that is the result of the conversion of the input JSON object.
Considering the configurations:
Output JSON Property: output
Generate Root Element On XML: customers
When the following message is received:
The following output structure is generated:
Output JSON Property
Defines the value of the JSON attribute that will receive the XML in the output.
N/A
String
Generate Root Element On XML
Defines the value of the root element to be added in the generated XML.
N/A
String