Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.alumio.com/llms.txt

Use this file to discover all available pages before exploring further.

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