Pattern Matching in Dataweave Using Match Case
Bonjour! Just like any other programming language, In Mule4, dataweave provides match function to achieve the functionality of if-else statements. A…
Integration | DevOps
Bonjour! Just like any other programming language, In Mule4, dataweave provides match function to achieve the functionality of if-else statements. A…
Hello Friends, I recently worked for one of API implementation where I needed to encrypt and send/receive one or more field in…
Bonjour! Let’s take a look at some more Mulesoft basic interview-related questions! Which component is used for schema validation and…
Bonjour! You must have come across a situation where you need to define two different Types for a particular resource in your…
Bonjour! What is Mulesoft? The first and the most basic question asked in Mulesoft developer interviews. Mulesoft is the vendor that…
Hello friends, In this article I want show you the uses of two very common dataweave functions splitBy and joinBy. …
Hello friends, In this article we will see one of the common and challenging real-time use-case in IT industry during…
Hello friends, In this article we will see some common dataweave String functions from String core package(dw::core::Strings) along with their…
Salesforce Process Builder Process Builder is a tool provided by Salesforce to automate your business process via point and click.For…
In this article, I will try to show how we can write and execute MUnit validation for Multipart messages. Mulesoft…