You are here:
Omnistudio Data Mapper Transform Overview (Managed Package)
For the managed package runtime, Data Mapper Transforms let you perform intermediate data transformations without reading from or writing to Salesforce. Formulas are supported.
This information is for Omnistudio for Managed Packages. For Omnistudio on standard runtime, see Omnistudio Help.
-
Convert JSON input to XML output, and vice versa
-
Restructure input data and rename fields
-
Substitute values in fields (all Data Mappers can substitute values)
-
Convert data to PDF, DocuSign, or Document Template format
Data Mapper Transforms are essential for Omniscripts that must populate a DocuSign template (see Creating a Data Mapper Interface to Map an Omniscript to DocuSign ) or fill fields in a PDF document (see Creating a Data Mapper Interface to Map an Omniscript to a PDF).
You can also transform data in many ways using Set Values components in Integration Procedures. See Set Values for Integration Procedures (Managed Package).
- Create an Omnistudio Data Mapper Transform (Managed Package)
For the managed package runtime, to create a Data Mapper Transform, specify its name, input and output types, and permissions. - Omnistudio Data Mapper Transform Data Mappings (Managed Package)
For the managed package runtime, to map data from the input to the output, go to the Output tab. You can also handle null values, data types, caching, and list transforms. - Use Quick Match to Map Data (Managed Package)
For the managed package runtime, quick Match is a handy way to map input and output data in an Omnistudio Data Mapper Transform when the names match. - XML in Omnistudio Data Mappers (Managed Package)
For the managed package runtime, in addition to JSON, Data Mappers can have XML input and output. The XML format in Data Mappers is an unordered key/value, JSON-like structure. - Test an Omnistudio Data Mapper Transform (Managed Package)
For the managed package runtime, you can test the input and output of a Data Mapper Transform on the Preview tab. - Omnistudio Data Mapper Transform Examples (Managed Package)
For the managed package runtime, Data Mapper Transform examples demonstrate how to convert a single item into a list with one item and how to convert a list of objects to a list of values.

