Import updated tag list with doi

Hello. I have imported references in Zotero. I have a list with DOI and tags created in R (several hundreds of references). I would like to update my Zotero library with my new tags based on the DOI. Is it possible ?
If yes, could please advise on the import steps or code?

I have two options for my csv:
DOI, topic_a, topic_b, topic_c
10.1186/s12199-017-0677-9,1,0,0
10.1080/07448481.2015.1117463,0,1,1
10.3389/fpubh.2023.1284632,1,0,1
10.2147/JMDH.S385709,0,0,0
10.1111/medu.15550,1,1,1


DOI, tags_recoded
10.1186/s12199-017-0677-9,"topic_a"
10.1080/07448481.2015.1117463,"topic_b;topic_c"
10.3389/fpubh.2023.1284632,"topic_a;topic_c"
10.2147/JMDH.S385709,""
10.1111/medu.15550,"topic_a;topic_b;topic_c"

Thanks in advance for considering my question.
Sign In or Register to comment.