Import User Mapping via CSV
    • 1 Minute to read
    • Dark
      Light

    Import User Mapping via CSV

    • Dark
      Light

    Article summary

    Prerequisites

    1. This guide should be used specifically for Mapping the User sub-type.

    2. Have your import CSV file ready before you start.

    3. 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.

    4. The custom attribute destination has to exist beforehand to be imported correctly.

    5. 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.

    6. The member attribute destination has to contain a valid groupId.

    Procedure

    1. Go to Data Management > Mapp Connect and open the integration you want to edit.

    2. Open the Mapping tab.

    3. Select the field mapping you want to edit and click Edit.

    4. Select Import Mappings, then Add New Import, and select the file to upload.

    5. 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


    Was this article helpful?