Book Image

Koha 3 Library Management System

Book Image

Koha 3 Library Management System

Overview of this book

Koha is the first full-featured open source library management system that is widely used for efficiently managing libraries. However, setting up and maintaining Koha is no walk in the park. It is not as straightforward as setting up the other popular LAMP applications.This practical guide provides all the essential information that is needed to make the task of installing and configuring Koha really seem simple and easy. It demonstrates how to set up Koha and its various aspects – installation, configuration, application administration, and data migration. It also covers troubleshooting, software maintenance, software customization, and other advanced topics.The book starts with installing and configuring the LAMP stack and the Koha application to meet your needs. It then goes deeper into setting up various rules and configuring settings for Koha. It also covers data migration of catalog records, software maintenance, and customization of the application. Chapters are also dedicated to providing an insight into advanced topics such as LDAP integration and Internationalization. Filled with numerous code samples and screenshots, this book will tour you through setting up Koha for evaluation or test purposes. It also includes loads of tips for troubleshooting and maintenance activities. By the end of this book, you will have gained the knowledge to get the most out of your Koha installation.
Table of Contents (19 chapters)
Koha 3 Library Management System
Credits
About the Authors
About the Reviewers
Preface
Index

Preparing to migrate catalog data


Now that we have an understanding of the migration process, let's learn how to prepare for the migration. We prepare the plan in two parts; first, we determine how we will source data for the holdings subfields in Koha. Next, we decide what data we will need to setup in Koha prior to importing the MARC file.

Mapping Koha's holdings subfields to subfields in source MARC file

In the first part of the plan, we set up a table listing all of Koha's the first part of the plan, we set up a table listing all of Koha's holdings subfields. We map each subfield to a corresponding subfield in the source file. If corresponding fields for any mandatory Koha fields are not available in the source file, we will need to add data manually for such subfields while editing the file.

Koha field

Mandatory

Corresponding field in ource MARC file

Comments

952$8: Collection code

No

852$b

 

952$a: Permanent location

Yes

Not available in source file

MARC file has been exported...