importing duplicate data into list

Hi.

I want to import duplicate data into list like below. 

When I imported, data which is second same data was rejected.

How can I do this?

 

projectA (parent)----employee1、employee2 (child)

projectB----employee1、employee3

 

Best Answer

  • VIGNESH.M
    Answer ✓

    Hi,

     

    You need uniques key to import data, so create unique key combining Project & Employee info and load this into Code in the list.

    1. You can create code while loading these Lists into Anaplan from Excel, create a unique key column and load it, or

    2. In Anaplan, create a module and Combine Product & Employee information and load this into Employee Code via action.

    After code is generated, use that in your import file for mapping and load into Anaplan,

    001.png

     

    Regards,

    Vignesh M

Answers