JSON to XML Activity
Overview
Activity Configuration
Option
Type
Default
Description
Empty and Null Handling
{
"jsonContent": {
"Order": {
"_attributes": {
"id": "ORD-001",
"priority": "",
"region": null
},
"Name": "Test Order",
"Description": "",
"Notes": null
}
}
}Schema Structure
Field
Required
Description
Basic Elements
Adding Attributes
Adding Namespaces
Repeating Elements (Arrays)
Special Content
Field
Purpose
Use Case
Quick Reference
JSON
XML Result
Complete Example
Last updated
Was this helpful?
