Skip to main content
The following parsers are available:
NameDescription
Parse from CSVParses CSV data into JSON.
Parse from JSONTakes an input JSON string from the context and converts it to actual JSON.
Parse from URL encodedTakes a URL encoded string and converts it to plain text.
Parse from XMLConverts XML data into JSON.
Parse from YAMLConverts YAML data into JSON.
Parse from binary dataParses binary data into the output format.
Parse from cXML
Parse from form URL encodedConverts a Form URL encoded string into a JSON object.
Parse from plain textTakes the context data and interprets it as plain text with optional settings for encoding.