How to disable automatic tagging while using File/Import?
Dear developers,
I'm trying to import *ris collection (about 8.000 items, it's systematic review project) generated with new Pubmed. Zotero automatically create tags for items during import, though "Automatically tag item" option is disabled. How to disable automatic tagging items while using File/Import?
Best regards!
I'm trying to import *ris collection (about 8.000 items, it's systematic review project) generated with new Pubmed. Zotero automatically create tags for items during import, though "Automatically tag item" option is disabled. How to disable automatic tagging items while using File/Import?
Best regards!
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
You can delete them in one go. Open the RIS file in a text editor with regular expression tools, like Atom or VS Code. Then search for the regex:
/^KW: .+$/
And replace with a blank field.