CSV Synchronization Project with duplicate entries in Import file

I want to synchronize, for example, locations from a csv file to D1IM.

For this purpose i create a synchronization project with an object matching rule for AccountNumber(D1IM) <-> ProfitCenterID(CSVFile). 

However i have occasional entries where locality appears more than once in your csv file.

ProfitCenterID,localityName
loc1,locNameA
loc2,locNameB
loc2,locNameC

For loc2 the processing is cancelled completely with the following error message:

Warning The object matching rule (AccountNumber <-> ProfitCenterID)
supplied the following 2 objects with the same key
(00000010). These objects were ignored.



I need to have the loc2 entry not skipped completely, but inserted and updated. 

Is it possible?

A greets

Parents Reply
  • I think you need to decide what these SAP records should represent in your system. Should they be handled as sub-identities? In that case, each ProfitCenterID / LocalityName combination would be the key to identify the subidentities. Or, if you want to have just to location entries for the same employee, you need to import the location assignments to the M:N table PersonInLocality instead of the primary location assignment via Person.UID_Locality.

    It is your choice.

Children