<div dir="ltr"><div dir="ltr">On Thu, Mar 31, 2022 at 2:44 PM Raymond Martin <<a href="mailto:laseray@gmail.com">laseray@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Export creates a comment at the top (@comment{Generated by Tellico 3.4.4}), but this does not seem to be standard BibTeX format or parse with a BibTeX to JSon converter I am using (Bartleby on GitHub).<div><br></div><div>I checked BibTeX documentation and changing the comment to something like @comment{comment, generator = {Tellico 3.4.4}} works. It needs a key with comma, at least, before any fields, just like other BibTeX entries.</div></div></blockquote><div><br></div><div>Coming back to this, I think your parser just may not be fully compliant. Bartleby seems to fail on @STRING { text } and @PREAMBLE{text} lines as well as a @COMMENT {comment } which suggests it's always looking for delimited key values in whatever block it reads, no matter what the type is. I can find plenty of examples online of @COMMENT { } blocks without a comma as well as preambles.</div><div><a href="http://www.bibtex.org/Format/">http://www.bibtex.org/Format/</a></div><div><br></div><div>I'll consider removing the comment generated by Tellico, but perhaps you could try to contact the author of the Bartleby parser about the question as well. Their test file doesn't seem to contain any @STRING, @COMMENT, or @PREAMBLE in it.</div><div><a href="https://github.com/chbrown/bartleby/blob/master/test/resources/examples/multi/paper.bib">https://github.com/chbrown/bartleby/blob/master/test/resources/examples/multi/paper.bib</a></div><div><br></div><div>Robby<br></div><div><br></div><div><br></div></div></div>