Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
kb:exporting_from_endnote_with_pdfs [2011/09/23 08:07] bayerkb:exporting_from_endnote_with_pdfs [2012/11/23 04:03] aurimas
Line 1: Line 1:
-=== How do I import my EndNote library, complete with attached PDFs? ===+=== [deprecated] How do I import my EndNote library, complete with attached PDFs? === 
 + 
 +**//This procedure is no longer necessary for Zotero 3.0.9. Please refer to [[importing_records_from_endnote|this article]] for help//**
  
 Obviously, manually adding every PDF from a large EndNote library would be rather labor intensive. There is a trick to automating it, though. Obviously, manually adding every PDF from a large EndNote library would be rather labor intensive. There is a trick to automating it, though.
Line 81: Line 83:
 Explanation: The previous sed statement did not work for me, as it removes the subdirectory contained in the RIS file exported by Endnote, resulting in [base-pdf-dir]/[filename.pdf]. However, to find the PDF [base-pdf-dir]/[subdir_named_by_endnote]/[filename.pdf] is neccessary. Explanation: The previous sed statement did not work for me, as it removes the subdirectory contained in the RIS file exported by Endnote, resulting in [base-pdf-dir]/[filename.pdf]. However, to find the PDF [base-pdf-dir]/[subdir_named_by_endnote]/[filename.pdf] is neccessary.
  
-Example: Your Endnote library called Literatur (i. e. Literatur.enl and Literatur.Data), and the exported RIS file Literatur.txt are located at H:\EndnoteTest. Run <code>sed -e 's/internal-pdf:\/\//file:\/\/H:\/EndnoteTest\/Literatur.Data\/PDF\//g' Literatur.txt > Literatur_2zotero.ris</code> The resulting file Literatur_2zotero.ris can be imported in zotero (in my case it threw some error messages about pdf-to-text, didn't worry about it worked anyway).+Example: Your Endnote library called Literatur (i. e. Literatur.enl and Literatur.Data), and the exported RIS file Literatur.txt are located at H:\EndnoteTest. Run <code>sed -e 's/internal-pdf:\/\//file:\/\/H:\/EndnoteTest\/Literatur.Data\/PDF\//g' Literatur.txt > Literatur_2zotero.ris</code> The resulting file Literatur_2zotero.ris can be imported in zotero.
  
  
 {{tag>kb entry}} {{tag>kb entry}}
kb/exporting_from_endnote_with_pdfs.txt · Last modified: 2017/11/22 12:58 by bwiernik