NodesProcess
XML String to Object
Slot Usage: 0
Overview
XML String to Object parses an XML string into a structured object using a provided schema.
The schema drives the dynamic output fields so downstream nodes can reference typed properties.
Input
XML String
string requiredString to convert to an XML-derived object.
Supports Template Expressions.
Default: empty string
XML Schema
string requiredSchema that describes the expected structure (built against the XML input) and defines the output shape.
Default: empty string
Output
outValue
objectParsed object. Structure and field types follow the configured schema.