So I’ve googled and searched the forum and have not stumbled across anything that seems relevant.
In short, I want to regularly upload a csv file that will contain a variety of new entries as well as a variety of updates to pre-existing entries. The data I want to upload/maintain in ANKI is in a separate system and I use XL to download the data, make some formatting changes, organize the data in to columns that map the Note Type I created, upload, and have the data in ANKI then synched up with the source data. I can’t get ANKI to recognize existing rows. Here’s what I’ve done.
I understand how the GUID works after playing with it for a bit and can successfully make updates with that, but the problem is that with my source data in another system, that would require maintaining a side table in my spreadsheet to line up unique IDs from the source data with the ANKI GUIDs. I’m not a developer and really just trying to keep things XL/CSV based and tinkering around with exporting files to harvest the GUIDs of new entries at map them in a separate table is a huge PIA as updates will happen at least once a day and I’d like to be able to do it more frequently.
So, in the Note Type that I created, I have a field called “key”. In my initial upload to ANKI I put a unique ID in that field. That unique ID is the first column in my CSV file as well as the sort column in the Note Type. I’ve been playing with trying to update the tag on a single note based on this Unique ID being the first column in the csv and it always ends up creating a duplicate.
Here’s a screen shot of my import file:
And here is a screen shot of the associated note that I want to update:
When I kick off the import, this is what I see. The first column reflects the Unique ID and I can see the tag that I´m adding in the tag field second from the far right (two images):
And after clicking import, I´m told that one row has been added and I can see that new note in the browser. Anki even complains about the duplicate by turning the “key” field red to let me know that there’s more than one row with that value:
What on earth am I missing?
Thanks.