Mule 3.9: Dataweave 1.0 Conditional Filtering

#ICYDK: In this article, I will explain how to leverage the Dataweave Language on performing data filtering. For instance, we need to prepare a payload for a Salesforce Upsert Operation where the initial records (Contacts) came from a CSV file and it should be enriched to include the lookup ID (Account) from Salesforce.

CONTACTS (CSV): Stored in our payload. https://goo.gl/eA7a3e #DataIntegration #ML