How to remove null from an array of objects in jolt
I have below input json and my goal is to write a jolt mapper that will just remove the null from the input json and print all other values as is.
How to remove null from an array of objects
I have below input json and my goal is to write a jolt mapper that will just remove the null from the input json and print all other values as is.