Re: [CODE4LIB] Anybody know a way to add a MARC tag on-mass to a file of MARC records

2014-09-02 Thread Roy
Look at marcedit at http://homepages.wmich.edu/~zimmer/marc_index.html On 8/28/2014 2:26 PM, Schwartz, Raymond wrote: Anybody know a way to add a MARC tag on-mass to a file of MARC records. I need to add the tag 918 $a with the contents DELETE to each of the records. Thanks in advance. /Ray

[CODE4LIB] Anybody know a way to add a MARC tag on-mass to a file of MARC records

2014-08-28 Thread Schwartz, Raymond
Anybody know a way to add a MARC tag on-mass to a file of MARC records. I need to add the tag 918 $a with the contents DELETE to each of the records. Thanks in advance. /Ray Ray Schwartz Systems Specialist Librarian

Re: [CODE4LIB] Anybody know a way to add a MARC tag on-mass to a file of MARC records

2014-08-28 Thread Jane Costanza
MarcEdit is a free MARC editing utility. http://marcedit.reeset.net/ Jane Costanza Associate Professor/Head of Discovery Services Trinity University San Antonio, Texas 210-999-7612 jcost...@trinity.edu http://digitalcommons.trinity.edu/ http://lib.trinity.edu/ On Thu, Aug 28, 2014 at 1:26 PM,

Re: [CODE4LIB] Anybody know a way to add a MARC tag on-mass to a file of MARC records

2014-08-28 Thread Blake Galbreath
Yep, then you just go MarcEditor Tools Add/Delete Field (F7). On Thu, Aug 28, 2014 at 11:33 AM, Jane Costanza jcost...@trinity.edu wrote: MarcEdit is a free MARC editing utility. http://marcedit.reeset.net/ Jane Costanza Associate Professor/Head of Discovery Services Trinity University

Re: [CODE4LIB] Anybody know a way to add a MARC tag on-mass to a file of MARC records

2014-08-28 Thread Schwartz, Raymond
I need to automate this in a script. As far as I can tell. You cannot do this with MarcEdit. -Original Message- From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Jane Costanza Sent: Thursday, August 28, 2014 2:33 PM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re:

Re: [CODE4LIB] Anybody know a way to add a MARC tag on-mass to a file of MARC records

2014-08-28 Thread Liu, Iris
I use MarcEdit for all the batch editing with MARC records. It's a free but powerful tool developed by Terry Reese: http://marcedit.reeset.net/ -Original Message- From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Schwartz, Raymond Sent: Thursday, August 28, 2014

Re: [CODE4LIB] Anybody know a way to add a MARC tag on-mass to a file of MARC records

2014-08-28 Thread Schwartz, Raymond
But how can you automate that in a script? /Ray -Original Message- From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Blake Galbreath Sent: Thursday, August 28, 2014 2:37 PM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] Anybody know a way to add a MARC tag

Re: [CODE4LIB] Anybody know a way to add a MARC tag on-mass to a file of MARC records

2014-08-28 Thread John Mignault
You don't need to write a script. The MARCEditor will add the field to every record in the file. Take a look. --j On Thu, Aug 28, 2014 at 2:39 PM, Schwartz, Raymond schwart...@wpunj.edu wrote: But how can you automate that in a script? /Ray -Original Message- From: Code for

Re: [CODE4LIB] Anybody know a way to add a MARC tag on-mass to a file of MARC records

2014-08-28 Thread Jason Stirnaman
Ray, There are also good MARC libraries for Ruby, Python, Perl... Here's an example implementing ruby-marc within a pipeline-able command-line script: https://github.com/jstirnaman/ebook_bibs Jason Jason Stirnaman Lead, Library Technology Services University of Kansas Medical Center

Re: [CODE4LIB] Anybody know a way to add a MARC tag on-mass to a file of MARC records

2014-08-28 Thread Andrew Anderson
I’ve had a lot of success with pymarc for this. -- Andrew Anderson, Director of Development, Library and Information Resources Network, Inc. http://www.lirn.net/ | http://www.twitter.com/LIRNnotes | http://www.facebook.com/LIRNnotes On Aug 28, 2014, at 14:37, Schwartz, Raymond

Re: [CODE4LIB] Anybody know a way to add a MARC tag on-mass to a file of MARC records

2014-08-28 Thread Bryan Baldus
On Thursday, August 28, 2014 1:27 PM, Ray Schwartz wrote: Anybody know a way to add a MARC tag on-mass to a file of MARC records. I need to add the tag 918 $a with the contents DELETE to each of the records. What language are you using? For Perl, using MARC::Record, there is an example at [1].

Re: [CODE4LIB] Anybody know a way to add a MARC tag on-mass to a file of MARC records

2014-08-28 Thread Jason Stirnaman
MARCEdit can also be invoked on the command-line: http://blog.reeset.net/archives/1078 Jason Jason Stirnaman Lead, Library Technology Services University of Kansas Medical Center jstirna...@kumc.edu 913-588-7319 On Aug 28, 2014, at 1:44 PM, John Mignault jmigna...@metro.org wrote: You don't