Dataweave
How to synchronize Postman collections
How to synchronize Postman collections
TOP stupid mistakes in your API deployment and their quick-win solution
TOP stupid mistakes in your API deployment and their quick-win solution
How to check “if null” in Dataweave
How to check if something is null in Dataweave? You can discover several options through this article in less than 5 minutes of reading.
How to remove or add nested fields with Dataweave
How to remove or add nested fields with Dataweave from your payload and or variables? This article will teach you how to do that in simple and immediate steps!
How to use VM arguments in Dataweave
Are you wondering how to use VM arguments of your Mule application into Dataweave expressions and scripts? In this article, I’ll show you how simple the process is.
Dataweave how to handle specific key from an object
Are you willing to handle a specific key from an object? Given a JSON object, you’re eager to remove a particular key? Otherwise, are you attempting to rename it? What if you’re willing to transform an array object attribute into a string? In this article, I would like to share my “How(s) to” with you.