Forum Discussion
rvsrinivasrao
5 years agoEmployee
Hi Rajesh,
Use JSONPath to remove any keys where the values are empty/null as follows: jsonPath($,“$…[?(value == null) || (value == “”)]”)
In a mapper, put this in the expression field and leave the target field blank. Click on Pass Through.
The response is
Please find the attached pipeline.