Skip to main content
The following formatters are available:
NameDescription
Format to CSVConverts the context data to CSV with options for the delimiter, enclosure, separator and skipping headers.
Format to JSONConverts the context data into JSON.
Format to JSON Lines (NDJSON)Converts the context data objects into NDJSON.
Format to URL encodedConverts the context into a URL encoded string.
Format to XLSXConverts the context data into XLSX binary data.
Format to XMLConverts the context data into an XML string.
Format to XML-RPC
Format to YAMLConverts the context data into a YAML string.
Format to binary dataConverts the context data into binary data.
Format to cXML
Format to form URL encodedConverts the context data into form url encoded string.