Skip to content
/ csv2bib Public

Convert a bibliography stored in CSV files to BIBTex

License

Notifications You must be signed in to change notification settings

yannh/csv2bib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSV2BIB

Converts CSV files to BIBtex file.

Assumptions:

  • A single CSV file contains a single type of BIB reference (book, article, inbook reference..)
  • The first non-empty line of the CSV file is a Title that can be mapped to a BIB attribute
  • One of the columns contains a "key", a unique identifier for the reference.

Usage:

./csv2bib.py bibliography.csv > bibliography.bib

About

Convert a bibliography stored in CSV files to BIBTex

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages