Skip to content

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

PropertyTypeDescription
dry_runbooleanRun without executing task effects
assetsbooleanInclude assets from the current payload in the conversion
filesbooleanInclude files from the current payload in the conversion
use_mime_typebooleanUse each file's MIME type to name its root XML element
fail_if_no_inputsbooleanFail if there are no files or assets available to convert
extend_original_inputbooleanMerge the converted XML output into the original input payload
includearrayFile name patterns to include
excludearrayFile name patterns to exclude

See also: Tasks overview

S-Launch