Complex data transformations made simple with Mappings
Business integrations are anything but straightforward – they are typically composed of many steps that need to be executed sequentially to process a single business transaction.
Introducing Mappings
Mappings is a robust JSON-to-JSON data transformation engine that enables developers to define field mappings in an intuitive UI – and then invoke those mappings programmatically via an API.
Mappings is composed of two parts:
- a browser-based tool that allows users to create and test JSON-to-JSON data transformations
- an API that can be used to programmatically invoke defined mappings at web scale.
Here's a look at the UI...
...and the corresponding API call:

Using Mappings
source
in the first step of the Mapping wizard…target
JSON in the next step:source
and target
selected, we can start building a transformation between them by writing simple functions and expressions:The Mappings UI has autocomplete functionality and built-in documentation. Together, these facilitate a seamless experience for building complex data transformations:
Each mapping can be tested in the UI…
Mappings is now Generally Available
Mappings is a tool that maps JSON documents from one structure to another to integrate with any pipeline.
Get blog posts delivered to your inbox.