Prerequisites
You should have your import csv ready before you start. This will need to include the mapping type, a Source, and a Destination. The following types are available:
- Core (Standard)
- Add-on
- Custom
- Member – requires the format group_id:attribute_name
- Related Data
Procedure
- Go to Data Management > Mapp Connect and open the integration you want to edit.
- Open the Mapping tab.
- Select the mapping you want to edit and click Edit.
- Select Import Mappings.
- After uploading the file, select Import.
Example
Please note, the source names must match those you would get in the JSON file from your third party application. The destination names are the ones within Mapp Engage.
In Table:
Mapping type | Source | Destination |
---|
CUSTOM | source1 | atrribute1 |
MEMBER | source2 | 123456:attribute2 where 123456 stands for groupID. |
123456 stands for groupID.
In CSV:
Mapping type,Source,Destination
CUSTOM,source1,atrribute1
MEMBER,source2,123456:attribute2