Relative Content

Tag Archive for jsonjolt

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 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.