From 3fef09b4aaeb051928abf940049d138e5d73e20d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 28 May 2002 21:11:08 +0000 Subject: [PATCH] No more @-tag for MARC --- tab/gils-usmarc.map | 6 +++--- tab/meta-usmarc.map | 6 ++++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/tab/gils-usmarc.map b/tab/gils-usmarc.map index 9131cdd..40f6c34 100644 --- a/tab/gils-usmarc.map +++ b/tab/gils-usmarc.map @@ -1,13 +1,13 @@ # # This table maps records in the GILS abstract syntax to the USMARC one -# +# $Id: gils-usmarc.map,v 1.6 2002-05-28 21:11:08 adam Exp $ targetname usmarc targetref USmarc map rank /(3,999)/(3,r) -map localControlNumber /(3,001)/(3,@) -map dateLastModified /(3,005)/(3,@) +map localControlNumber /(3,001) +map dateLastModified /(3,005) map ControlIdentifier /(3,035)/(3,a) map title /(3,245)/(3,a) diff --git a/tab/meta-usmarc.map b/tab/meta-usmarc.map index 57875d5..47a2428 100644 --- a/tab/meta-usmarc.map +++ b/tab/meta-usmarc.map @@ -1,8 +1,10 @@ +# Meta to USMARC conversion +# $Id: meta-usmarc.map,v 1.2 2002-05-28 21:11:08 adam Exp $ targetname usmarc targetref USmarc -map localControlNumber /(3,001)/(3,@) -map dateLastModified /(3,005)/(3,@) +map localControlNumber /(3,001) +map dateLastModified /(3,005) map subject /(3,653)/(3,a) map title /(3,245)/(3,a) -- 1.7.10.4