Boomi

Updating Data in Stream with Groovy and JavaScript in Boomi

Introduction It is possible to generate documents directly from data processing shapes in Boomi by storing the data in a streaming store and producing the document. In this discussion, we will explore how to achieve this using both Groovy and JavaScript. Groovy code breakdown Let’s explore the code in detail: import java.util.Properties; import java.io.InputStream; import […]

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

Developer Portal

What is a Developer Portal? their application. What are the Benefits of Using the Developer Portal? Using the Developer Portal allows users to access published APIs and has a number of benefits. 1. Engagement: Your developer community can browse the API Catalog to: 2. Self-Service: 3. Control: Preconfiguration before creating a developer portal: Request profile-JSON […]

Boomi

Remove Emojis From The Payload

Remove emojis from the given file In this blog we will remove the emojis from the payload, sample input and output documents are given below: Input: Expected Output: Now go to the Boomi Atomsphere Platform to start the integration. Step 1: Go to platform.boomi.com Use Email Address and Password to log into the Boomi platform […]