
Announcements
Is it possible to silently ignore duplicates during a data import using the wizard? I don't want duplicates of records that already exist to cause an error (which is logged in the report) or for a duplicate to be created. I want the import to either skip the duplicate and move on to the next record or treat it as an update of an existing record (though no data will actually have changed). The source data is coming in from CSV files.
Thanks
Alan
Ah I have found an answer using an alternate key during import that seems to do what I want.