[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: marc software
At 14:29 15/03/99 -0500, Rutherford, John (Library) wrote:
>Greetings, I am looking for public domain software for unix
>that can read files of marc records and hopefully provide output
>in various formats including delimited formats for loading into
>mysql or other similar databases. I have found some dos and VB
>packages but would prefer unix software, possibly perl.
I have written a Perl utility to manipulate MARC data files. You can find
it at
http://www.library.adelaide.edu.au/~sthomas/scripts/
The utility (marc.pl) allows you to convert between raw MARC and a text
representation of MARC -- i.e. you can input MARC and output text, and vice
versa. You can also copy a range of records from the source (as in "skip n
records and copy the next m records"), and you can copy records matching a
string (actually, a regular expression).
It doesn't do everything you want (output in various formats) but you (or
others) may still find it useful. I dare say you could easily adapt it. The
script uses a package, MARC.pm, which is just two routines to convert raw
MARC and "text MARC" into a simple array. It would be trivial to add
routines for other formats.
I've been meaning to publicise this -- now is the time, I guess.
Steve
___________________________________________________________________________
Stephen Thomas, Senior Systems Analyst
Mail : Barr Smith Library, The University of Adelaide, South Australia 5005
Phone: (08) 8303 5190 Fax: (08) 8303 4369
Email: sthomas@library.adelaide.edu.au -or- stephen.thomas@adelaide.edu.au
URL : http://library.adelaide.edu.au/ual/staff/sthomas.html
** Unless otherwise stated, the content of this message reflects only my **
** own opinion, and not the policy of the University of Adelaide Library.**
"I must Create a System, or be enslav'd by another Man's" -- William Blake
- References:
- marc software
- From: "Rutherford, John (Library)" <Rutherford@mail.ccsu.edu>
|
|
© Copyright 1999-2005, The
oss4lib Community,
except for readings and comments, which are owned by their posters.
oss4lib is graciously hosted by the good
folks at sourceforge.net.
Site URL: http://oss4lib.org/
Questions or comments to
maintainers.
|