This program takes out undesired fields from a biblatex file
This file strips fields from a biblatex file. The orginal code that inspired this project was written by astrobel found here:
https://forums.zotero.org/discussion/22629/bibtex-export-request-option-to-omit-certain-fields-for-less-cluttered-bibliographies
Though, only 6 lines from that blog post remain.
I made the idea more robust by modifying it to run from the command line, adding automatic outputfile creation, giving options on what
to strip, adding input validation, and (most importantly) taking in multiple fields to strip.
- Go to https://repl.it/languages/python3
- Copy and paste the contents of the strip.py file into the main.py text field
- Upload your Biblatex file
- Press the run button
- 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
- Download your new biblatex file(it should be on the left). The naming convention is FIXED.bib
- 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
Below is an image of what the input looks like