https://github.com/yannh/csv2bib
Convert a bibliography stored in CSV files to BIBTex
https://github.com/yannh/csv2bib
bib bibtex csv csv2bib
Last synced: 5 months ago
JSON representation
Convert a bibliography stored in CSV files to BIBTex
- Host: GitHub
- URL: https://github.com/yannh/csv2bib
- Owner: yannh
- License: apache-2.0
- Created: 2019-01-27T11:02:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-10T12:15:56.000Z (about 7 years ago)
- Last Synced: 2025-10-05T09:54:37.414Z (6 months ago)
- Topics: bib, bibtex, csv, csv2bib
- Language: Python
- Size: 7.81 KB
- Stars: 10
- Watchers: 0
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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