JSON to XML
The JSON to XML task converts JSON data — from files, assets, or the current payload — into XML format. The converted output is added to the workflow for use by downstream tasks.
Configuration
| Property | Type | Description |
|---|---|---|
dry_run | boolean | Run without executing task effects |
assets | boolean | Include assets from the current payload in the conversion |
files | boolean | Include files from the current payload in the conversion |
use_mime_type | boolean | Use each file's MIME type to name its root XML element |
fail_if_no_inputs | boolean | Fail if there are no files or assets available to convert |
extend_original_input | boolean | Merge the converted XML output into the original input payload |
include | array | File name patterns to include |
exclude | array | File name patterns to exclude |
See also: Tasks overview
