How to Handle Special Characters In Payload Data Using DataWeave
In this article I’ll show you how to handle the payload which contains special characters, similar error like below Sample Input: exp-1:- type – json { “message”: “\$Hello world!” } exp-2:- type json “Capital,Country \Delhi,IndiaParis,France” exp-3:- type xml \John25 exp-4:-type csv name,age John,25 in this case how can we get the payload? to handle the payload like above I implemented the…
View On WordPress














