This program takes out undesired fields from a biblatex file
This file strips fields from a biblatex file. The orginal code was written by astrobel found here:
https://forums.zotero.org/discussion/22629/bibtex-export-request-option-to-omit-certain-fields-for-less-cluttered-bibliographies
I made the code more robust by modifying it to run from the command line, adding automatic outputfile creation,
and taking in multiple fields to strip.
How to use is as follows:
- run the program
- enter the filename of your .bib file WITHOUT the extension
- enter the name of the fields you want to strip. This is case senstitive!
- Press q to stop entering new fields
- Open your new biblatex file. The naming convention is FIXED.bib
Here is what the program looks like: