I am mapping from CSV to JSON and some of the CSV fields are showing as "" in the JSON mapping. How can I get Dataweave to ignore "" and only populate when there is a value?
I have tried skipNullOn but this doesn't work. Is there another way to do it or do I have to add an when condition around each field?
Seeing this error with the recursive solution:
Thanks