Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

JSON Mapping Definition

Anoop Singh edited this page Sep 11, 2018 · 2 revisions

Home


Data Model Reference

Key Description
parent Api name of the parent object
externalIdField [optional]: If you have externalid field, you can declare them
where [optional]: You can filter the records using where clause
refresh [optional]: Set this to true for hierarchical relationships
childs Array of child objects
parentMappedField Api name of parent object relationship
childObject Api name of child object
sequence [optional]: Sequence determines order if you have more than one parent
lookups [optional]: Array of lookups
lookupMappedField Api name of lookup object relationship
lookupObject Api name of lookup object
keys Determines how to uniquely identify the lookup record. This can be a combination of multiple fields
unmappedFields [optional]: Array. If you may want to exclude certain fields during migration, add them here
nullable [optional]: Array.If you may want to force set some fields to null in target; add them here
maskedFields [optional]: Array. If you may want to mask certain fields in target; add them here

Clone this wiki locally