A simple script that takes the entries of a BibTeX file and writes them into a CSV. If the specified CSV file exists only new entries in the BibTex will be updated. This is useful when adding own information in the CSV that should not be overwritten.
This project uses pybtex.
To run the file please install it via conda install -c pybtex or pip install pybtex.
python convert.py <path to bib file> [-dl <CSV delimiter>] [-o <CSV path>] [-rf <fields to remove>]