Json – Jolt Mapping handling null and empty strings
I have the following input JSON value : { "A": { "B": [ { "tempName": "rq3ewas", "name": "test1" }, { "tempName": "", "name": "test2" }, { "tempName": null, "name": "test3" }, { "tempName": "test4" } ] } } and want…