Migrating from Papers2
Does anyone have any experience in migrating from Papers2 to Zotero on Windows? I tried exporting my reference library as a bibtext file, but Zotero only imported the references, not the pdfs.
I read a previous post that advised someone migrating from an earlier version of papers, but the instructions included specific commands in vi, which is not available on my windows machine.
I read a previous post that advised someone migrating from an earlier version of papers, but the instructions included specific commands in vi, which is not available on my windows machine.
author = {NA KAPTEIN and Jan Theeuwes and A van der HEIJDEN},
title = {SEARCH FOR A CONJUNCTIVELY DEFINED TARGET CAN BE SELECTIVELY LIMITED TO A COLOR-DEFINED SUBSET OF {\ldots}},
year = {1995},
month = feb,
journal = {Journal of Experimental Psychology: Human Perception and Performance},
abstract = {SEARCH FOR A CONJUNCTIVELY DEFINED TARGET CAN BE SELECTIVELY LIMITED TO A COLOR-DEFINED SUBSET OF ELEMENTS. NA KAPTEIN, J THEEUWES, AHC VAN DER HEIJDEN Journal of experimental psychology. Human },
url = {http://cat.inist.fr/?aModele=afficheN{\&}cpsidt=11163592},
path = {C:/Users/horowitzts/Documents/Papers2/KAPTEIN/KAPTEIN 1995 Journal of Experimental Psycholog.pdf},
}
</code>
The path field is not an official BibTeX field, so we don't really support it. It should be either "file" or "pdf". In your case, "pdf" would work best, but only if all the files you are importing are actually PDFs. If you change it to "file", the colon in the file path does introduce a problem. (@adamsmith, I can't find much documentation on the "file" field syntax, so I'm not sure if we can even avoid this)
So, if you want an immediate fix, you can just do a search and replace on your BibTeX file. Search for "path =" and replace it with "pdf =".
@adamsmith, I think we can add "path" field for compatibility with Papers2 and make is synonymous with "pdf"
If that still doesn't fix it, let us know.
I have kept papers2 going until recently. Why? It was the only system that let me manage my PDF storage totally openly and how I wanted (like Zotero and Zotfile, I now know!). it was time to switch but none of the exports were working smoothly into zotero. I was contemplating writing a db to db exporter and was so lucky to find this thread and the amazing work of @jdidion.
An updated and expanded version of their work is here: https://github.com/jiversen/papers2
Besides updating it to python3 there are some enhancements to the conversion from papers to zotero as well as support for creating linked PDFs and back-end copies on Google Drive.
All is good. Thanks, and thanks to Zotero.