XML Helper
Reference
Converts between XML string and object/array.
Categories: [helpers]
Version: 1
Actions
Convert from XML string
Converts the XML string to object/array.
Properties
Name | Type | Control Type | Description |
---|---|---|---|
Source | STRING | TEXT | The XML string to convert to the data. |
Output
Type: OBJECT
Convert to XML string
Writes the object/array to a XML string.
Properties
Name | Type | Control Type | Description |
---|---|---|---|
Type | INTEGER | SELECT | The value type. |
Source | {} | OBJECT_BUILDER | The object to convert to XML string. |
Source | [] | ARRAY_BUILDER | The array to convert to XML string. |
Output
Type: STRING