MuleSoft

Parse Template & Tabular Format

Parse Template is the Mule component to use for processing a template and obtaining a result. A template is defined as text with embedded Mule expressions that are evaluated and replaced with their result. There are some scenarios where we need to use a parse template in the flow. Some of the scenarios are: When […]

Boomi

Fetching Specific Fields From Database Table

In this blog, let us discuss how to capture and fetch those fields that are coming in the request profile from a Database table. First, let us see the payload that would be the request: {   “requestCount”: 2,   “requests”:[     {       “studentId”: “abc”,       “fields”: [“emailId”,”percentage”,”grade”,”firstName”,”lastName”,”studentId”,”branch”,”YearOfJoining”]     },     {       “studentId”: […]