I have a scenario where on a daily/weekly basis, a file is being provided with the data (a couple of fields) of all the customers in the same. There are about 10,000 customer records in the system, and running an import scenario and triggering an update on every single one every time will basically result in 10,000 ERP transactions every time I need to import the records.
The thing is that a lot (about 70%) of the these customers don’t have real updates to their values, so import scenario is just “re-entering” the same value and saving it.
Is there a way to configure the import scenario to skip the update if the values on the record and from the file are the same?