Skip to content

UMDLARS/BibTex-to-CSV

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

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.

Installation

This project uses pybtex. To run the file please install it via conda install -c pybtex or pip install pybtex.

How to

python convert.py <path to bib file> [-dl <CSV delimiter>] [-o <CSV path>] [-rf <fields to remove>]

About

A simple script that takes the entries of a .bib file and writes them into a .csv

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%