Forum Discussion
ptaylor
5 years agoEmployee
If you enable the Null-safe evaluation, then you could follow this Mapper with a second Mapper to prune out the null or blank fields with a mapping like this:
Expression: $.filter((value, key) => value && value.trim())
Target path: $
See the Preview panels in this example: