Convert BibTex file to database entries using Python

后端 未结 5 1579
星月不相逢
星月不相逢 2021-02-02 15:41

Given a bibTex file, I need to add the respective fields(author, title, journal etc.) to a table in a MySQL database (with a custom schema).

After doing some initial re

5条回答
  •  梦谈多话
    2021-02-02 15:56

    You can also use Python BibtexParser: https://github.com/sciunto/python-bibtexparser

    Documentation: https://bibtexparser.readthedocs.org

    It's very straight forward (I use it in production).

    For the record, I am not the developer of this library.

提交回复
热议问题