Don't wanna be here? Send us removal request.
Text
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
0 notes
Text
How to Extract Float Values from a Nested List in Mule Dataweave
How to Extract Float Values from a Nested List in Mule Dataweave? check out the below lnk
In this article, we will learn how to extract only the float values from a nested list in Mule dataweave. A float value is a decimal number that can have fractional parts, such as 0.9 or 5.5. A nested list is a list that contains other lists as its elements, such as [ [3,5], [0.9,5.5] ]. One possible way to extract float values from a nested list in Mule dataweave is to use the `flatten`…
View On WordPress
1 note
·
View note