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:
Functions:
Guy Bertrand Hi Guy, I have requirement to load the data in to database when Json file is provided. I could not see much documentation for the smart service - "Load JSON to a database". Can you please share if you have any detailed document where it provides what exactly the nodes are expecting in order to run smoothly (if possible with some example)?
Load JSON Document To Database
This Smart Service load a JSON document content from Appian Folder to an indicated table. Keys present in the JSON could be eventually be transform by specifying the correct mapping through the input "JSON key/Column Name mapping". If not specify, the JSON keys must be consider as column name. It is also possible to manage a subset of keys by specifying them through the input field "Columns To Process".
InputData Description
Table Name The table where to load the content
Data Source Name The data source name
JSON Document Document containing the data
JSON Path The JSON Path of the array to process
JSON Fields Match A dictionary containing key pair value to filter data from the array to process
JSON key/Column Name mapping A dictionary containing key pair JSNON key target table column name
Columns To Process Subset of columns name to be process from the JSON
Unique Index Columns A text list containing unique index columns
Table Audit fields A dictionary containing audit data like created date, updated by
Hope this can help. I will soon provide a sample App to help the user to quickly start with the plugin