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 […]

Boomi

Migration Of Deployed Process From One Environment To Another Using Boomi Atomsphere API

Boomi Atomsphere API: This Boomi AtomSphere API is one of the standard connectors provided by the Boomi The Boomi AtomSphere API connector enables you to perform the object-based operations and actions exposed in the AtomSphere API The Boomi AtomSphere API connector is designed to connect seamlessly with Boomi Integration Deploying a Boomi AtomSphere API connector […]

Boomi

Upsert Data To Master Data Hub

In this blog, let us discuss how to fetch data from different sources and upsert to Master Data Hub. We will fetch the data from different sources. Then will upsert to Master Data Hub using Boomi Master Data Hub Connector Step 1: Log on to Boomi platform (https://platform.boomi.com/) with required credentials i.e. Email Address and […]