Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ucsky/bibtex-csv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bibtex-csv

Converts bibtex files to CSV.

Overview

This program converts bibliography databases stored in the BibTeX / BibLaTeX format to the comma-separated value format.

Dependencies

This script requires Python 3.3.3. It was not tested with other versions of Python. Python 2 will definitely not work.

Usage

Input is via standard input, output is via standard output. Files can be processed using your operating system's built in file pipe / redirection operators (see examples below).

Examples

  • Converting a single .bib file:
./convert.py < bibliography.bib > spreadsheet.csv
  • Converting multiple .bib files:
cat *.bib | ./convert.py > spreadsheet.csv

About

Converts bibtex files to CSV.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.5%
  • TeX 16.5%