Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
kb:exporting_from_endnote_with_pdfs [2011/09/23 08:07] bayerkb:exporting_from_endnote_with_pdfs [2011/09/23 08:30] bayer
Line 81: Line 81:
 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