On Wed, 13 Feb 2013, Allan Oware wrote: > In the bibupload command-line module, is there an option to enable it > process a marcxml file while skipping records which have errors ? > i.e some FFT urls may be pointing to files that dont exist. Currently, > bibupload stops when it encounters an error.
Currently bibupload prefers to stop in case of an error indeed. The reason being that records that are further down in the same file could be bringing changes to the failed record, so it is always better to process them sequentially. You should always run your input files via `xmllint' and `xmlmarclint' to make sure that they are fully MARCXML compliant. Helps with preventing upload errors. Furthermore, note that we are going to release this stop-in-case-of-error constraint, thanks to record revisions and intelligent record diffing. See the following tickets for more information: <http://invenio-software.org/ticket/816> <http://invenio-software.org/ticket/864> <http://invenio-software.org/ticket/152> Best regards -- Tibor Simko

