Tags not importing properly - trying to switch from Mendeley to Zotero
I've been a Mendeley user for about a year and want to switch to Zotero. I have about 530 entries in my Mendeley database, almost all of which have PDFs attached. All of the records in Mendeley are tagged with one or more tags. I've exported my Mendeley database to RIS format, and all of the PDFs appear to come in to Zotero, but a lot of the records are missing tags. The tags are missing from both parent record and child PDF record in Zotero. If it was just a few records I could update manually, but it appears to be about 300 records that are missing their tags.
If I export my Mendeley database to bib format the tags appear to come in properly, but I lose the PDFs.
Any suggestions as to how to get both PDFs and tags to import would be much appreciated.
If I export my Mendeley database to bib format the tags appear to come in properly, but I lose the PDFs.
Any suggestions as to how to get both PDFs and tags to import would be much appreciated.
Could you open both .ris and .bib export in a text editor (notepad, TextEdit) and copy one entry that has tags that don't import (for RIS) and a PDF that doesn't import (for .bib) here?
@article{Baum2016,
author = {Baum, Dan},
file = {:C$\backslash$:/Users/Tom/Dropbox/Linden Leadership/Mendeley Docs/Legalize It All, by Dan Baum {\_} Harper's Magazine.pdf:pdf},
journal = {Harpers},
keywords = {Culture,Drugs,Health},
mendeley-tags = {Culture,Drugs,Health},
pages = {1--17},
title = {{[ Report ] | Legalize It All , by Dan Baum}},
year = {2016}
}
Here are the contents of the .ris file, same record, that doesn't import tags:
TY - JOUR
T1 - [ Report ] | Legalize It All , by Dan Baum
A1 - Baum, Dan
Y1 - 2016///
JF - Harpers
SP - 1
EP - 17
L1 - file:///C:/Users/Tom/Dropbox/Linden Leadership/Mendeley Docs/Legalize It All, by Dan Baum _ Harper's Magazine.pdf
ER -
The RIS file that you give doesn't include tags for Zotero to import.
The BibTeX file erroneously uses TeX-entities in the file link (no other client I know of does this).
What the full filepath to the Legalize It All, by Dan Baum {\_} Harper's Magazine.pdf file? -- most importantly, what's the actual filename?
[1] For those interested, Zotero actually handles that weird backslash escaping Mendeley does already:
https://github.com/zotero/translators/blob/master/BibTeX.js#L404
the problem may be other escaping like that underscore.
C:\Users\Tom\Dropbox\Linden Leadership\Mendeley Docs\Legalize It All, by Dan Baum _ Harper's Magazine.pdf
The underscore is part of the filename - Mendeley created it that way.