#241: Bibupload: unable to upload to table bib00x
--------------------------+-------------------------------------------------
Reporter: Maddog | Owner: bthiell
Type: enhancement | Status: assigned
Priority: minor | Milestone:
Component: BibUpload | Version: v0.99.1
Resolution: | Keywords:
--------------------------+-------------------------------------------------
Changes (by bthiell):
* owner: => bthiell
* priority: major => minor
* status: new => assigned
* type: defect => enhancement
Comment:
Hi.
Thanks for reporting this issue.
The problem is that in MARC, fields from 001 to 009 are
[http://www.loc.gov/marc/community/ci00x.html control fields] and
therefore it is not possible to add data fields to these particular tags.
You could achieve what you want by uploading:
{{{
<record>
<controlfield tag="001">14</controlfield>
<controlfield
tag="005">100811n||||||||xx#||||#|||z|#||||||eng||</controlfield>
<controlfield
tag="008">100811n||||||||xx#||||#|||z|#||||||eng||</controlfield>
.
</record>
}}}
It is however not normal that bibupload doesn't output an error message
that would be helpful for the user.
Benoit.
--
Ticket URL: <http://invenio-software.org/ticket/241#comment:1>
Invenio <http://invenio-software.org>