Posts
Reverse an Array in Dataweave MuleSoft
- Get link
- X
- Other Apps
---------------------------------------------------------------------------------------------------------------------- Input ---------------------------------------------------------------------------------------------------------------------- [ 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 10 ] ---------------------------------------------------------------------------------------------------------------------- ...
Reverse a String in Dataweave
- Get link
- X
- Other Apps
https://developer.mulesoft.com/learn/dataweave ---------------------------------------------------------------------------------------------------------------------- Input ---------------------------------------------------------------------------------------------------------------------- { "message" : "Hello world!" } ---------------------------------------------------------------------------------------------------------------------- ...