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 Children
  • At least not with the synchronization engine as is assuming that either adding a key column to the csv or removing the duplicate entries are no option. One other option would be to use other means of importing the data like using data importer with a customized script or some other means of removing the duplicates  from the file (in a process step perhaps) before processing the CSV file.