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.
Sign In or Register to comment.