Export collection without linked file references
Per the title, I would like to export a collection to *.bib format, with all references to linked files excluded from the output.
for example, current output looks looks like
\@item{author-year,
title=item-title,
author=etc,
...
file = {path\\to\\file\\file.pdf}
}
I would like the `file = {...}` line to not appear in the export.
Can this be done? I keep my literature collection in a personal OneDrive so the file paths have no use to anyone but myself. I can regex the lines out in Notepad++ after the fact but I'd rather not have to.
for example, current output looks looks like
\@item{author-year,
title=item-title,
author=etc,
...
file = {path\\to\\file\\file.pdf}
}
I would like the `file = {...}` line to not appear in the export.
Can this be done? I keep my literature collection in a personal OneDrive so the file paths have no use to anyone but myself. I can regex the lines out in Notepad++ after the fact but I'd rather not have to.
-
usamazfDid you ever find a solution this issue?
-
adamsmithBetter BibTeX either does this by default or lets you customize it