Import from Mendeley - tags
Hi!
When importing from Mendeley, is it possible to import *only* my Mendeley tags as Zotero tags/marqueurs?
In Mendeley My Tags were the most important thing in the organization of my library. But when I import to Zotero, I get dozens of random tags which I definitely never entered (some numbers which look suspiciously like doi numbers, bits of sentences, others...).
It seems that I have to go through each document and delete the unwanted tag manually one by one. Is there a better solution? Is there an option in zotero to disable the automatic creation of tags?
Thanks for your help!
When importing from Mendeley, is it possible to import *only* my Mendeley tags as Zotero tags/marqueurs?
In Mendeley My Tags were the most important thing in the organization of my library. But when I import to Zotero, I get dozens of random tags which I definitely never entered (some numbers which look suspiciously like doi numbers, bits of sentences, others...).
It seems that I have to go through each document and delete the unwanted tag manually one by one. Is there a better solution? Is there an option in zotero to disable the automatic creation of tags?
Thanks for your help!
You can prevent Zotero from adding automatic tags to new items in the General pane of the prefs (though, for what it's worth, automatic tags in Zotero should generally be much higher quality than what it sounds like you had from Mendeley — Mendeley data quality is pretty bad — so if you're at all interested you could try leaving that on for a short time).
I agree that the current color scheme is not easy to notice, though I've got used to it. Maybe just try darker shades of the orange and blue?
1) Export your full library from Mendeley in both RIS and Bibtex formats.
2) Using a text editor (like Notepad++), use find and replace (turn on regular expressions) to do both of the following steps:
Remove all keywords from the RIS file only using the following command in Replace:
Find what, use everything inside these quotes "^KW - .*$/n"
Replace with, leave blank
Save the RIS file.
Remove all keywords from the bib file using the following command in Replace:
Find what, use everything inside these quotes "^keywords = .*$/n"
Replace with, leave blank
Replace all mendeley tags in the bib file using the following command in Replace:
Find what, use everything inside these quotes "mendeley-tags = "
Replace with, use everything inside these quotes "keywords = "
Save the bib file.
3) Back in Zotero, under Edit > Preferences > General, disable "Automatically retrieve metadata for PDFs" and "Automatically tag items with keywords and subject headings"
4) Import both the saved RIS file and the Bibtex file into your library in Zotero.
5) Here's where you'll need the elbow grease. In Zotero, go to "Duplicate items" and merge all of your duplicates. This will take you some time, so following Zotero's recommendation of going back to Mendeley 1.18 may be preferable. If you do choose this method, you'll need to correct any mismatches between citation types which Zotero cannot merge. To do that, Ctrl + click on the source in the merge pair that is *correct* (to only select the incorrect one), and change the Item Type in the Info pane to match the correct entry.
I know this is tedious, and it may not work for everyone, but I spent a lot of time learning this over the past few days. I hope it saves someone else some time!! (And I'm sorry if it doesn't work for you!)