[Koha] Import items (holdings)

Jesse Weaver jesse.weaver at liblime.com
Wed Aug 13 07:11:21 NZST 2008


On Tue, Aug 12, 2008 at 11:42 AM, Library Guy <library.guy.zero at gmail.com>wrote:

> 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.
>

This is correct, though _technically_ you could load the data into the
`items` table (through mysql's LOAD DATA LOCAL INFILE command), then run
misc/maintenance/sync_items_in_marc_bib.pl .


> 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!
>
>
This would also work.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.katipo.co.nz/pipermail/koha/attachments/20080812/4be5de40/attachment.htm 


More information about the Koha mailing list