Skip to main content
Deserialize The Deserialize mapper converts a string, for example in a XML, JSON, or CSV format into a JSON object.

Fields

Deserializer

Select the deserializer to use to deserialize/decode the string. The selected deserializer must match the data format of the input. I.e. to deserialize an XML string the XML deserializer must be selected. For more information, see the documentation of the individual deserializers. The available deserializers are
  • Raw data
  • Binary data
  • CSV
  • Form URL encoded
  • JSON
  • Plain text
  • URL decode
  • XML
  • YAML
  • cXML