- 1 Minute to read
- Print
- DarkLight
Import User Mapping via CSV
- 1 Minute to read
- Print
- DarkLight
Prerequisites
This guide should be used specifically for Mapping the User sub-type.
Have your import CSV file ready before you start.
The CSV file must include the mapping type, a Source, and a Destination. Core, Addon, Custom, Member, Related Data, and None are the allowed mapping types.
The custom attribute destination has to exist beforehand to be imported correctly.
The Source names must match those in the JSON file obtained from the external data source. The destination names are the ones within Mapp Engage.
The member attribute destination has to contain a valid groupId.
Procedure
Go to Data Management > Mapp Connect and open the integration you want to edit.
Open the Mapping tab.
Select the field mapping you want to edit and click Edit.
Select Import Mappings, then Add New Import, and select the file to upload.
Once the file is uploaded, click Import.
Examples
In a table
Mapping type | Source | Destination |
---|---|---|
CUSTOM | source1 | atrribute1 |
MEMBER | source2 | 123456:attribute2 (where 123456 stands for groupID) |
In a CSV file
Mapping type,Source,Destination
CUSTOM,source1,atrribute1
MEMBER,source2,123456:attribute2