https://github.com/dylan-k/csv-to-bib
Convert a .csv file to .bib format. For moving bibliographic reference data from spreadsheets or databases into a bibliography manager.
https://github.com/dylan-k/csv-to-bib
bibliography bibtex csv
Last synced: about 1 year ago
JSON representation
Convert a .csv file to .bib format. For moving bibliographic reference data from spreadsheets or databases into a bibliography manager.
- Host: GitHub
- URL: https://github.com/dylan-k/csv-to-bib
- Owner: dylan-k
- Created: 2025-01-15T16:53:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-15T22:06:29.000Z (about 1 year ago)
- Last Synced: 2025-01-30T00:33:58.249Z (about 1 year ago)
- Topics: bibliography, bibtex, csv
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Convert .csv to .bib
I had some bibliographic data collected into a spreadsheet, but I needed to bring it into a citation manger like Zotero or Jabref. Existing tools assume a pre-existing structure for the .csv data, which is often undocumented. This project is an attempt to make it a little easier, at least for me.
I'm starting from a fork of a straightforward-looking python script, a gist created by @mikeesto. Also, I'm working with the "Article" type of references, so that's my priority right now, though I suppose the script could be extended to support other types, as needed.
Contributions are welcome.