I’m currently testing this out, but I can’t get it to work. I have a master csv file that will eventually contain thousands of events. I would like to be able to reimport this file whenever an event changes and have it update all of the events that are already in the system, as well as create any new events since the last import. It appears that this should be the default functionality.
However, when I reimport the csv file (and it doesn’t matter if I use my own or the example one on this page https://theeventscalendar.com/knowledgebase/csv-files-options-and-examples/), it updates the first 5 posts and then creates any additional posts…regardless of whether they are already in the system or not.
I’ve tried updating my csv file/checking for errors and double checking the import settings to make sure it’s set to overwrite any changes from the original source.
Are there any suggestions on how to fix this?