Need Jolt transform with below
Hi I’am trying a jolt transform of below
Change the date format in JOLT
In the attached JOLT, I want to change the date format, type conversion and string operation as follows.
Change the date format in JOLT
In the attached JOLT, I want to change the date format, type conversion and string operation as follows.
Change the date format in JOLT
In the attached JOLT, I want to change the date format, type conversion and string operation as follows.
Change the date format in JOLT
In the attached JOLT, I want to change the date format, type conversion and string operation as follows.
Remove some characters from a JSON
I’m trying to remove the first 3 characters (they are always gonna be the same) from a JSON
How to map a list of id’s to list of objects
How to stitch list of id’s for each object of a list? In the below request, I want to stitch the id to each fruit and return the object. For each fruit one id from id’s should be stitched.
How to make an element in a list as null
How to overwrite the value of banana to null
Jolt Remove Entry if a key is not present
My input JSON is like below
Jolt nested conditions
I would like to check a condition and based on the type, would like to check another condition.
For BookingType:3, If TrackingList is available in the input, output should have a flag “TrackingAvailable” : “Y”. For all other bookingTypes we should not display this flag.