Help needed! We are working on creating a general citation import filter. So we need ODT/DOCX files containing citations that were created with EndNote, Mendeley, Citavi, Paperpile... and any other citation manager you like to use. The converter will also be available for other open source citation management tools. Please send us your sample files! [email protected]

@fiduswriter JabRef's internal format is just #bibtex We already have one for Citavi with a test case and some others, I think Mendeley is not yet supported because you can export it as a bib file
All other import formats are implemented here: https://github.com/JabRef/jabref/tree/main/jablib/src/main/java/org/jabref/logic/importer/fileformat

We also support integration with #LIbreOffice

jabref/jablib/src/main/java/org/jabref/logic/importer/fileformat at main ยท JabRef/jabref

Graphical Java application for managing BibTeX and BibLaTeX (.bib) databases - JabRef/jabref

GitHub
Hey @jabref , we know about Jabref. We have had support for Jabref groups in our bibtex/biblatex importer since at least December 2016 https://github.com/fiduswriter/biblatex-csl-converter/blob/d209bbd1c3c4a09f13382986e64feb5d4ab2bedc/src/import/biblatex.js#L667
@fiduswriter Ah nice! We use citeproc java to convert bibtex/biblatex to csl https://github.com/michel-kraemer/citeproc-java
GitHub - michel-kraemer/citeproc-java: ๐Ÿ“˜ A Citation Style Language (CSL) processor for Java.

๐Ÿ“˜ A Citation Style Language (CSL) processor for Java. - michel-kraemer/citeproc-java

GitHub