JSON Tools

Overview

Given a huge JSON to process and store in the database, this plug-in avoids using a long string in the process model and improves performances and memory usage. The big JSON can then be stored in a document and the document passed to the plug-in through a process instance.

Key Features & Functionality

Smart Services:

  • Load JSON to a database
  • Cast a JSON Array document to CSV document

Functions:

  • Validate a JSON
  • Validate a JSON against a schema
  • Remap a JSON
  • Filter a within a JSON
Anonymous
Parents
  • v1.4.0 Release Notes
    • Added a new function called validatejsonbyschema which validates a given json string against a given json schema and returns a dictionary with two keys - the isValid key that has the boolean result of the validation and the exceptionMessages key that has an array of string exception messages with details of the elements in the json data string that did not match the schema.

Comment
  • v1.4.0 Release Notes
    • Added a new function called validatejsonbyschema which validates a given json string against a given json schema and returns a dictionary with two keys - the isValid key that has the boolean result of the validation and the exceptionMessages key that has an array of string exception messages with details of the elements in the json data string that did not match the schema.

Children
No Data