Duplicate JSON Objects into list of JSON Objects using JOLT
My Input JSON is as below:
How to remove a null element from an array using the Jolt Transformation specification?
I want to remove null elements from the array using the Jolt spec.
Transform a json string in json to another json using jolt transformation
I am new to jolt transformation. what would be the jolt spec to transform my source json
JOLT spec to perform group by ID and condition check on nested json
Please help me to provide JOLT spec for the below input JSON. tried multiple approach but still not working. there is an condition check on risk attribute if risk is “0” then risklevel low .if it is “1” then High if it is null then it should be null only i got a solution but for null value output json attribute is not showing.
Jolt Transformer to match key array with value arrays
I have a json input object, and want to do a json transformation using jolt transformer. can help to acheive this
Jolt transformation – merging 2 arrays
I have 2 arrays that I want to merge. The first array is a layered one, the second is a flat array. I want to use data from the second array as input for the first array.
JOLT for a optional nested NODE in JSON
I have a JSON from source and I am trying to write a JOLT to flatten this data and convert it in to records so that I can insert it in to a Table.
Addition Attributes into existing JOLT
I have following json input and I need to get 2 additional attributes (head,foot) into the output json using existing Jolt. How I can do that?
In JOLT Spec how to move values from one JSON object to the other nested JSON Object
For the details mentioned below, I would like to move the email.values* to payload.*.content.values (preserving the changes)
jolt transformation for EDI data – array to array
I have EDI data that has been parsed to json that I want to transform. Here is the (simplified) input that contains multiple COB-2320_loop
elements: