Can Zotero auto-import pdfs from a folder and attach them to the proper references?
EndNote can do it , if the pdf has a doi number on the first few pages
: https://libguides.mandela.ac.za/c.php?g=1219099&p=8925892
: https://libguides.mandela.ac.za/c.php?g=1219099&p=8925892
https://www.zotero.org/support/adding_items_to_zotero#adding_pdfs_and_other_files
If there is a a big need for the functionality, that I described above, I may be able to get a python program to do this task.
I spoke to EndNote TechSupport and I tried using some suggestions, that I found in online blogs, and my conclusion is: the process of exporting xml from EndNote and importing this xml into Zotero does not transfer pdf attachments. It also looks like the xml file does not have locations of the pdf attachments, thus why the pdfs do not get transferred.
I think you correctly understand what I would like to do.
If you are aware of a process, that can do it- please let me know about it.
I would very much interesting in helping Zotero to make such library conversion possible.
I have some experience with python (do I guess correctly, that Zotero is written in python?) and SQL, but not enough for such task. I can create EndNote libraries for testing.
- and Endnote XML export of a single item that has a PDF attached in Endnote
- the location of your Endnote data directory where you placed the .xml file during import
- the exact filepath of the PDF attached to the Endnote item
You can XXX out your username in all filepaths if you prefer. Please share the filepaths here and provide a link to the XML shared on gist.github.com, pastebin.com, or a similar code sharing site.
I can help you with using EndNote. I believe, that we both are in the EST (US Antlantic) time zone. Is it correct?
I prepared a small enl library with 7 references for you to test. Besides pdfs I made epub and docx attachments in the Folder “Attachments” as shown below (see a docx file on the cloud).
In order to guarantee the correct attachment transfer EndNote recommends using compressed enlx files, which is exactly what I made for you here: https://mega.nz/folder/iFBynQwD#ukHwCJ8FqieY84u5EgL2mw
I would like to find out if attached files as well as the group structure can be transferred from EndNote to Zotero.
Please let me know, if I can be of further help,
Yuriy.
PS: I also prepared an ENL library with references about EndNote, Mendeley and Zotero. This subject may be of interest to your colleagues, so please feel free to share it with others. I posted one here: https://mega.nz/folder/OQ5mVAzB#GKDaDmrwVpjB9HKaEEC71A
For a start, I have no interest in downloading and installing Endnote, but even if I did, working of your actual set up that we know isn't working is going to be much more efficient.
Regarding your original request:
What we'd need is
1) an Endnote XML export of a single item that has a PDF attached in Endnote
>> please find it here: https://github.com/IpsilonTau/EndNote/upload C1_Zotero.xml
2) the location of your Endnote data directory where you placed the .xml file during import
>> when EndNote generates xml file, it is automatically placed into the same directory, where the .enl file is. In the case of my sample it is:
F:\20-SOFTWARE\Zotero\Wiki_2_Zotero\SampleC
3) the exact filepath of the PDF attached to the Endnote item.
>> Here it is:
F:\20-SOFTWARE\Zotero\Wiki_2_Zotero\SampleC\C1_Zotero.Data\PDF\2826456017
I think in the xml file this path is written as
internal-pdf://2826456017/Abbott-2012- Can nuclear power supply the worl.pdf
Yuriy.
PS:
From EndNote to Zotero with attachments and group+subgroups.