Description
The bib importer has currently two issues that prevent efficient import
I refer here in general to the biblatex documentation: http://ftp.fau.de/ctan/macros/latex/contrib/biblatex/doc/biblatex.pdf
-
the
url
field is projected to the file fieldfile_url
which does not match common nomenclature, it should be the field 'file' (local link to PDF) that should project tofile_url
. see also http://ftp.fau.de/ctan/macros/latex/contrib/biblatex/doc/biblatex.pdfurl
was originally used for an online resource, in combination with a access dateurldate
and should be therefore projected toweb_url
andurldate
toweb_url_date
respectively
-
the
url
field can contain multiple urls as when used for electronic publishing information many sources can be available. this is the case for all bib versions that do not use theeprint
option : http://ftp.fau.de/ctan/macros/latex/contrib/biblatex/doc/biblatex.pdf (3.14.7) . Therefore, url should be parsed for,
and