bib.bibtexparser.middlewares.block.entry_field_keys_normalize¶
Classes¶
NormalizeEntryFieldKeys ¶
Bases: BlockMiddleware
Normalize field keys to lowercase.
In case of conflicts (e.g. both 'author' and 'Author' exist in the same entry), a warning is emitted, and the last value wins.
Some other middlewares, such as SeparateCoAuthors, assume lowercase key names.