Hi sir, Thank you very much for your explanation. we can also use splitBy like this: %dw 2.0 var name = "Vitech Talks" output application/json --- (name splitBy ",")[-1 to 0]
@maheshgani58149 ай бұрын
How to reverse that 100 to 1 numbers
@vitechtalks60179 ай бұрын
Its very simple var number = 100 to 1 ..below is the sample code for your reference. %dw 2.0 var numbers = 100 to 1 output application/json --- numbers