It's a fixed-field length file, so it's easily converted to CSV. If I'm understanding, Koha requires the items (holdings) to be included in the MARC 952 field before import. I'm looking into using MarcEdit to export my MARCs to text, merging in the items data and then converting back to MARC. If anyone has similar experience please give your advice. Thank you! On Tue, Aug 12, 2008 at 10:39 AM, Jesse Weaver <jesse.weaver@liblime.com>wrote:
On Mon, Aug 11, 2008 at 9:43 AM, Library Guy <library.guy.zero@gmail.com>wrote:
My current system exports the MARCs and the holdings into separate files. The MARC export routine inserts a item unique number into the 910 field, and the Item export includes this unique number in the item export file. I've imported my MARCs into Koha just fine, but I cannot figure out how to bulk import my holdings and then have them link properly to the MARCs. Can anyone help?
Thank you!
To the best of my knowledge, Koha can't deal with this automatically. Is the item export a CSV file, a marc record with holdings tags, ...?