Zotero 7.0.15 fails to import dataset citation files from Zenodo with "No items were imported"
Steps to reproduce:
1. Go to https://zenodo.org/records/3757476 and "Export" as "BibTeX".
2. In Zotero desktop File > Import... > A file (BigTeX, RIS, Zotero RDF, etc.) > 3757476.bib
Result:
No items were imported
1. Go to https://zenodo.org/records/3757476 and "Export" as "BibTeX".
2. In Zotero desktop File > Import... > A file (BigTeX, RIS, Zotero RDF, etc.) > 3757476.bib
Result:
No items were imported
Looking at https://raw.githubusercontent.com/zotero/translators/refs/heads/master/BibTeX.js , I guess the translator doesn't recognize a dataset item type in Bibtex files. It can be fixed but this could take a while; I think you will get better functionality if you can install the Better Bibtex plugin https://github.com/retorquere/zotero-better-bibtex/releases
Would that be compatible with your environment?
Otherwise, a work-around would be to edit the Bibtex file to change the item type (for example @misc instead of @dataset) and change the Zotero item type back to dataset after it has been imported.
Now it is able to open the dataset BibTeX using that plugin.