Difference between revisions of "Koha/Interoperability"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
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. | 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== | |
*http://en.wikipedia.org/wiki/Z39.50 | *http://en.wikipedia.org/wiki/Z39.50 | ||
*http://en.wikipedia.org/wiki/OAI-PMH | *http://en.wikipedia.org/wiki/OAI-PMH | ||
| + | *http://en.wikipedia.org/wiki/Isbn | ||
| + | ==MARC== | ||
*http://en.wikipedia.org/wiki/MARC_standards | *http://en.wikipedia.org/wiki/MARC_standards | ||
| − | |||
| − | |||
*http://manual.koha-community.org/3.12/en/catguides.html#itemcatguide | *http://manual.koha-community.org/3.12/en/catguides.html#itemcatguide | ||
*http://lib2.dss.go.th/elib/marc21/examples.html | *http://lib2.dss.go.th/elib/marc21/examples.html | ||
| Line 11: | Line 11: | ||
*http://www.oclc.org/marc-records.en.html | *http://www.oclc.org/marc-records.en.html | ||
*http://www.loc.gov/marc/marctools.html | *http://www.loc.gov/marc/marctools.html | ||
| − | + | ==Migration Documentation== | |
*http://manual.koha-community.org/3.12/en/implementation.html#imp-migration | *http://manual.koha-community.org/3.12/en/implementation.html#imp-migration | ||
*http://manual.koha-community.org/3.2/en/implementation.html#imp-migration | *http://manual.koha-community.org/3.2/en/implementation.html#imp-migration | ||
| Line 17: | Line 17: | ||
*http://opensource-ils.cci.utk.edu/content/koha-migration-process | *http://opensource-ils.cci.utk.edu/content/koha-migration-process | ||
*http://opensource-ils.cci.utk.edu/content/publications | *http://opensource-ils.cci.utk.edu/content/publications | ||
| − | + | ==Sample Data/Records== | |
*http://bywatersolutions.com/2013/06/20/ebook-marc-for-koha | *http://bywatersolutions.com/2013/06/20/ebook-marc-for-koha | ||
| − | + | ==How to import MARC bibliographic records== | |
#Install [http://support.ebrary.com/kb/split-a-huge-marc-record-file/ MARCEDIT]. | #Install [http://support.ebrary.com/kb/split-a-huge-marc-record-file/ MARCEDIT]. | ||
#Add the 952 tag and fields required by Koha to the exported file using MARCEDIT. See this [http://bywatersolutions.com/2012/01/18/using-marcedit-to-add-koha-items/ tutorial]. These are: | #Add the 952 tag and fields required by Koha to the exported file using MARCEDIT. See this [http://bywatersolutions.com/2012/01/18/using-marcedit-to-add-koha-items/ tutorial]. These are: | ||
Revision as of 13:30, 3 September 2013
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.
Contents
Technologies employed
- http://en.wikipedia.org/wiki/Z39.50
- http://en.wikipedia.org/wiki/OAI-PMH
- http://en.wikipedia.org/wiki/Isbn
MARC
- http://en.wikipedia.org/wiki/MARC_standards
- http://manual.koha-community.org/3.12/en/catguides.html#itemcatguide
- http://lib2.dss.go.th/elib/marc21/examples.html
- http://hstalks.com/main/lib_marc.php
- http://www.oclc.org/marc-records.en.html
- http://www.loc.gov/marc/marctools.html
Migration Documentation
- http://manual.koha-community.org/3.12/en/implementation.html#imp-migration
- http://manual.koha-community.org/3.2/en/implementation.html#imp-migration
- http://manual.koha-community.org/3.8/en/implementation.html#imp-migration
- http://opensource-ils.cci.utk.edu/content/koha-migration-process
- http://opensource-ils.cci.utk.edu/content/publications
Sample Data/Records
How to import MARC bibliographic records
- Install MARCEDIT.
- 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
- Import the .mrc file using the Koha admin interface. Or use the /usr/share/koha/bin/migration_tools/bulkmarcimport.pl tool.
- Run the /usr/sbin/koha-rebuild-zebra -a -b -f -v library command to rebuild all the indexes.
Return to Koha wiki page