Koha/Interoperability

From Libopedia
Revision as of 13:27, 3 September 2013 by Hgibson (talk | contribs)
Jump to navigation Jump to search

Koha can import/export data and read data from other catalogs. This wiki page attempts to document the interoperability of Koha with other book cataloging systems.

Technologies employed
Koha MARC
Migration
Sample Data/Records
How to import MARC bibliographic records
  1. Install MARCEDIT.
  2. Add the 952 tag and fields required by Koha to the exported file using MARCEDIT. See this tutorial. These are:
952$a | Owning Library | Branch code
952$b | Holding Library | Branch code
952$y | Koha item type | Coded value
  1. Import the .mrc file using the Koha admin interface. Or use the /usr/share/koha/bin/migration_tools/bulkmarcimport.pl tool.
Return to Koha wiki page