Masking sensitive data using Dataweave in MulesoftIn this article, we will an example of how to mask sensitive data using Dataweave in Mulesoft. Dataweave has an operator mask which can…Jan 16, 2021Jan 16, 2021
Update individual fields in object using Dataweave in Mule 4The following code snippet helps to modify individual fields in a object.Jan 15, 2021Jan 15, 2021
Parse nested JSON with dynamic keys in Dataweave 2.0 Mule 4The below shown dataweave code is a usecase to read nested json object keys dynamically.Jan 1, 2021Jan 1, 2021
Convert each key value entry in an array to separate objectThe following dataweave code converts each key value entry in an array of objects to separate object.Oct 29, 2020Oct 29, 2020
Convert data to XML with multiple namespace in root element in Dataweave 2.0 Mule 4The following dataweave code converts attributes to xml payload with namespace in Anypoint studio.Oct 9, 20201Oct 9, 20201
Convert data in Array to a String in dataweave 2.0 Mule 4The below dataweave code converts the content of and array to a string using reduce operator.Oct 9, 2020Oct 9, 2020
Keystore vs Truststote DifferencesThe following tables presents basic understanding and insights into the keystore and trustore differencesOct 9, 2020Oct 9, 2020
Trim extra spaces in Array or Object using Dataweave in Mule 4How to remove extra space in json array or object using dataweave in Mule 4.May 31, 2020May 31, 2020