Koha running on Mandrake 9.1: Follow up questions
I have koha running on Mandrake 9.1, MySQL 4.0, Apache 2.0. The OPAC and Admin pages are working fine. While I was setting up Koha, our librarian created ~2000+ Marc records; one file for each book. The MARC import function works fine. It imports the records in the the marc_breeding table; no errors. Inspection of the record in mysql looks correct. 1) Is there a way to import multiple MARC records at one time? I haven't looked at the code, but I would think that files cat'ed or compressed (zip, gz, etc.) could be imported w/o to much trouble. I'd be willing to add a feature if one doesn't currently exist. 2) How do I distribute MARC records from the marc_breeding table to the other tables? The librarian documentation left me at a loss on how to proceed. 3) Are there any recommended barcode scanners? Thanks, Rich
Hi, Rich - Rich Baldwin said:
1) Is there a way to import multiple MARC records at one time?
2) How do I distribute MARC records from the marc_breeding table to the other tables? The librarian documentation left me at a loss on how to
I think bulkmarcimport.pl (in intranet/scripts/misc) may be what you are looking for. proceed. You run acquisitions > add biblio and do a search for the item (usually by ISBN). The matching record from the import repository (a.k.a "breeding farm") will be retreived and you can then add your item information and save the completed record to the regular tables.
3) Are there any recommended barcode scanners?
Any barcode scanner that can emulate keyboard input ("keyboard wedge") will work just fine. -- Stephen Hedges Skemotah Solutions, USA www.skemotah.com -- shedges@skemotah.com
Stephen Hedges a écrit :
3) Are there any recommended barcode scanners?
Any barcode scanner that can emulate keyboard input ("keyboard wedge") will work just fine.
That means 99% of the barcode scanners. -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
participants (3)
-
Paul POULAIN -
Rich Baldwin -
Stephen Hedges