CSV - Update records if the primary key matches
Posted: 2019-09-17 21:26
Hi - There is a setting when importing a CSV that updates values of existing records, which is great. The problem is that you have to check it every time on import. Forgetting to check this value ignores values that are associated with existing keys, meaning basically nothing gets updated. Is there any way to default this to ON so my customer doesn't have issues with forgetting to check it?
Thank you - Kirk
Update table records if their primary key values match those in the CSV file.
If not checked, records in the CSV file having the same primary key values as those in the table will be ignored
Thank you - Kirk