I have a design question for the group… I am configuring an interface to accept JSON from a sending service and Cloverleaf will ingest it and transform the data to send out to an Oracle database. The JSON structure contains several repeating objects in it.
What is the best approach to ingesting the JSON as a whole and be able to transform and load the data into the database schema with the repeating elements (especially if the number of repetitions can vary)? Is there a means of doing this in the xlate or other option in the engine without programmatically breaking up the message into several individual messages per repetition and sending it out to the database.
Thanks in advance.