-One change to the MARC translator that gets callNumber from Ryerson Libraries.

This commit is contained in:
Michael Berkowitz 2008-04-24 15:42:11 +00:00
parent 608139b88d
commit 1c2303adff

View File

@ -21304,7 +21304,7 @@ function doExport() {
}');
REPLACE INTO translators VALUES ('a6ee60df-1ddc-4aae-bb25-45e0537be973', '1.0.0b3.r1', '', '2008-04-15 07:30:00', '1', '100', '1', 'MARC', 'Simon Kornblith', 'marc',
REPLACE INTO translators VALUES ('a6ee60df-1ddc-4aae-bb25-45e0537be973', '1.0.0b3.r1', '', '2008-04-24 16:00:00', '1', '100', '1', 'MARC', 'Simon Kornblith', 'marc',
'function detectImport() {
var marcRecordRegexp = /^[0-9]{5}[a-z ]{3}$/
var read = Zotero.read(8);
@ -21636,6 +21636,7 @@ record.prototype.translate = function(item) {
this._associateDBField(item, "070", "ab", "callNumber");
this._associateDBField(item, "060", "ab", "callNumber");
this._associateDBField(item, "050", "ab", "callNumber");
this._associateDBField(item, "090", "a", "callNumber");
//German
if (!item.place) this._associateDBField(item, "410", "a", "place");