Library Cataloging
MARC Tools
Roy Zimmer has created and made available some Perl tools for working with MARC records. Thanks Roy.
getmarc.pl Extracts BLOB data from Voyager. Pick one of the three data types, and specify the range of records to be retrieved. Output is human-formatted, unless you specify raw, and it goes to STDOUT (screen).marccount.pl Count the MARC records in file filename. Output is to STDOUT (screen).marcedit.pl Add, remove, and/or edit fields in MARC records. Process inputfile to create outputfile. marcedit requires a marcedit.ini file (see below) in the local directory so that it knows what to do. You do not need to be a programmer to use marcedit, if the currently available functions fill your needs. Merely set up the directives in the .ini file, and run marcedit.marcedit.ini This is the initialization file for marcedit.pl (see above). You can create individualized copies of this file in different directories to meet your needs.marcread.pl Read the MARC file indicated by filename. Output is human-formatted and goes to STDOUT (screen)splitmarc.pl Splits file specified by infilename into chunks containing the number of lines specified by chunksize. An incrementing counter is appended to outfilename for each chunk so created. Example: splitmarc.pl abcin.this abcthis.out 100 This would create N files abcthis.out.1, abcthis.out.2, etc., each 100 lines in size, as many as necessary to divide abcin.this as specified
-
Marcedit
I've just downloaded version 5 of Terry Reese's MarcEdit. Some very nice new features. It has an RSS reader to keep everybody in the loop about updates and news about the tool. It now has a tool to convert delimited text into MARC, export those...
-
Marc To Xml
The Library of Congress has made an updated version of their MARC to XML Conversion Tool available.Mrc2xml.pl is a perl program that converts a file of MARC records to XML. The resulting XML markup will reflect the MARC tags and subfields that occur in...
-
Marcedit Now Does Rss
MarcEdit, the free MARC tool from Terry Reese now has an RSS reader.At this point, the RSS reader is designed for querying my blog to allow for instant notification of changes in the application (since I've been posting all changes to my blog). However,...
-
Marcedit
There is an update to MarcEdit (4.6). It can just install right over your previous version. Its basically an update with a few new features to the script maker, delimited text translator and the global editing tools. However, the biggest updates were...
-
Marcedit
Some news from Terry Reese about his MarcEdit program.I posted a new version of MarcEdit this evening. The program includes some new utilities, some fixes to the Z39.50 client and some new crosswalks. Also worth mentioning. I'm including a MARC=>FGDC...
Library Cataloging