mkucej / i-librarian-free

I, Librarian - open-source version of a PDF managing SaaS.
https://i-librarian.net
GNU General Public License v3.0
237 stars 28 forks source link

Importing BibTeX with capital letters in field names #66

Closed gapost closed 2 years ago

gapost commented 2 years ago

I noticed while importing bibtex entries from JabRef that if bibtex field names have capital letters they cannot be imported.

E.g., importing the following bibtex record

@Article{Akai1986,
  Title                    = {Isomer Shifts and Their Relation to Charge Transfer in Dilute Fe Alloys}, 
  Author                   = {Akai, H. and Bl\"ugel, S. and Zeller, R. and Dederichs, P. H.},
  Journal                  = {Phys. Rev. Lett.},
  Year                     = {1986},
  Pages                    = {2407--2410},
  Volume                   = {56},
  Doi                      = {10.1103/PhysRevLett.56.2407}
}

results in a "400 Bad Request: Item title is required".

If I change the field names to title, author, etc the record can be imported without problem.

mkucej commented 2 years ago

Thanks for reporting this. It will be fixed in the next version.