http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6113
--- Comment #12 from Galen Charlton <[email protected]> 2011-05-27 03:16:02 UTC --- Description of change; determined that options could be simplified to: -reject-file FILE If specified, MARC records rejected during the course of processing are written to the file specified by this option. -recid-from-field TAG[:SUBFIELD] If specified, the specified tag/subfield is assumed to contain the record ID to assign to each loaded record. If a record with that ID already exists in the database, it will be replaced by the incoming record. If the incoming record lacks the ID field or the ID field doesn't contain an integer value, the record will be written the reject file. This option cannot be used at the same time as -match. The primary use case for -recid-from-field is for an initial load where it may be desirable to set the record ID during preprocessing. The secondary use case is for overlaying records on record ID (e.g., after authority record cleanup); the record ID lookups in that specific case can be faster than using the -match option. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
