Hello-
I am working on a shell script that will process the MARC records that
represent items from our e-serials management database, and the thing I am
stuck on is adding brand new 006 and 007 fixed field tags to each record. I am
using the marcedit.pl fieldaddtobeg function, but it corrupts t
On Thursday, May 12, 2011 10:58 AM, Jenn Nolte wrote:
>I am working on a shell script that will process the MARC records that
>represent items from our e-serials management database, and the thing I am
>stuck on is adding brand new 006 and 007 fixed field tags to each record. I am
>using the mar
Jenn, that's a misapplication of the fieldaddtobeg function. Here's the
definition for that function:
fieldaddtobeg | field | data
field 3 digits specify the field
datanew field data added to the beginning of the field
(only for fields without indicators (001-009)
It adds da
On Thu, May 12, 2011 at 11:58:07AM -0400, Nolte, Jennifer wrote:
> I am working on a shell script that will process the MARC records that
> represent items from our e-serials management database, and the thing
> I am stuck on is adding brand new 006 and 007 fixed field tags to each
> record. I am u