Using Koha with zcc
Get Version
0.0.2Hints
- Follow all the directions on the main zcc page carefully. Please let me know if you run into problems with configuration.
- zcc is not a part of Koha and is not developed by the same folks.
- zcc only creates utf-8 encoded records. If you want marc-8 encoded records you’re on your own. MARC-8 encoding has already caused enough problems in this world, so I encourage folks to move to UTF-8 ASAP. If you use a different encoding that you want supported, please let me know. To set up Koha properly for dealing with utf-8 encoded records see this wiki page
- Make sure the Koha modules are a part of your path. I accomplish this by adding “export PATH=/usr/local/koha/intranet/modules” without the quotes to your .bashrc (or add the path to /etc/profile for the root user).
- You can then have a choice on how to get the records into koha:
- Using the Koha Administration interface you can “Upload MARC records to the resevoir.” Then complete processing on the records like adding items and barcodes within the Koha web interface.
- If you have processed your records fully to include item numbers and barcodes, you can use the bulkmarcimport script to put the records directly into your database. CAUTION: This may do screwy things to your records. The developers of Koha have stated that bulkmarcimport.pl just gives an idea on how to get records into the database and may need changed to suit your needs. Having said that, I’ve used bulkmarcimport without modification without problem. You may have different results and I’d like to hear them.
perl /usr/local/koha/intranet/scripts/misc/migration_tools/bulkmarcimport.pl -v -file /path/to/marc-file.mrc
That is all one line.
Contact
I use zcc and Koha for my own work. So I’m very interested in making zcc work better with Koha. Please send your comments, suggestions and patches to Jason Ronallo