About BibTeX to CSV Converter
A .bib file lands in your inbox — exported from Zotero,
scraped off Google Scholar, or pulled out of an Overleaf project — and
the only thing you actually want is to see the references inside Excel.
Open it in Notepad and you see {\"o} escapes and brace-
and-comma syntax; paste it into Excel and the columns split on the
wrong characters; import it into a reference manager and you've taken
on a whole second tool just to look at twenty rows.
This converter parses BibTeX grammar directly — nested braces, quoted
strings, protective brace pairs and all — and extracts
20 standard fields per entry:
cite_key, author, title, year, journal, booktitle, publisher,
doi, isbn, url, abstract, keywords and the rest. It decodes
around 40 LaTeX accent sequences into proper Unicode along the way, so
\'a becomes á, \"o becomes
ö, \c{c} becomes ç. The output is a
UTF-8 BOM CSV (which Excel opens cleanly without an import wizard)
plus a structured JSON copy, with an entry-type breakdown and year
range so you can sanity-check the file at a glance.
Use it to migrate libraries from Zotero or Mendeley into Notion or Google Sheets, prepare bibliometric tables for a grant report, debug a malformed entry that breaks an Overleaf build, audit a Google Scholar export for missing DOIs, or just hand a clean spreadsheet to a co-author who has never installed LaTeX. Files up to 10 MB are processed in a stateless serverless function and discarded after the response.