Category Salesforce Developer

Join us to become a expert Salesforce Developer. In this blog post series we will share tips and trick for Salesforce Developer.

Dataweave in Apex

Dataweave in Apex

Processing text-based data in Apex is quite a common task, particularly in integrations. And yet, handling JSONs, XMLs and CSVs often requires bulky code, and causes performance issues – in one word: It is painful. Enter Dataweave for Apex (in…