[Tex/LaTex] dateaccessed missing when importing with Mendeley

bibliographiesmendeleyoverleaf

The dateaccessed column won't appear in my .bib file on Overleaf when I import it with Mendeley.

I am using both the web app and desktop version of Mendeley. I tried to go View – Citation style – More styles… and changing the "include URLs and Date accessed in Bibliographies" setting from "For all document types" to "only for webpages". But toggling this setting did not change anything.

When I chose "copy as BibTeX entry" on a reference in Mendeley where the date is registered; the info in the Date Accessed column is included as the entry "urldate". But I can't find the column anywhere in my .bib-file on Overleaf.

I'm importing biblatex like this

\usepackage[style=nature,isbn=false,doi=true,sorting=none]{biblatex}

The image below shows that there is info in the "Data Accessed" column in Mendeley, but the information is not transferred to the .bib file overleaf imports from Mendeley.
The Mendeley program clearly has a "Date Accessed" column that is filled. But the info does not appear in the .bib file imported from mendeley

Best Answer

I have now been in contact with both Overleaf and Mendeley support. It seems like the Mendeley API does not provide all the fields that are expected and @urldate is one of them. It also seems like Mendeley is not prioritizing to fix this any time soon.

Fortunately, with the help of overleaf support team, I did find a solution to the problem.

One of the fields that are provided is "publications", which is transferred to the .bib file as @booktitle. Since most webpages don't have book titles, this can be exploited by copy-pasting the date accessed into the "publications" field and using BibLaTeX-settings that displays the @booktitle field for @misc entries.

Related Question