#696: BibEdit: query file headers when using FFT tag
--------------------------+-----------------
Reporter: jmartinm | Owner:
Type: enhancement | Status: new
Priority: major | Milestone:
Component: BibEdit | Version:
Resolution: | Keywords: FFT
--------------------------+-----------------
Comment (by jcaffaro):
Note that some additional checks should be performed (the same ones that
are done by bibupload).
For eg. as recently experienced, the following will fail at bibupload time
(assuming that URLs are ok):
{{{
<datafield tag="FFT" ind1=" " ind2=" ">
<subfield code="a">http://foo.com/file.pdf</subfield>
</datafield>
<datafield tag="FFT" ind1=" " ind2=" ">
<subfield code="a">http://bar.com/file.pdf</subfield>
</datafield>
}}}
as it would create two bibdocs with same docname:
{{{
Stage 2 failed: Error while elaborating FFT tags: fft [...] specifies a
second file 'http://bar.com/file.pdf' with the same format '.pdf' from
previous fft with docname 'file.pdf'
}}}
--
Ticket URL: <http://invenio-software.org/ticket/696#comment:2>
Invenio <http://invenio-software.org>