<div dir="ltr">I certainly would prefer to import into the sql table and run the sync script, but I don&#39;t see how the matching is done between the items and the bibs.&nbsp; The exported items CSV have only one guaranteed field in common with the MARC BIBs 910 field, so is there a command line option to instruct the script to sync based on MARC 910 matching with field xyz in the items table?<br>
<br>Thank you!<br><br><div class="gmail_quote">On Tue, Aug 12, 2008 at 2:11 PM, Jesse Weaver <span dir="ltr">&lt;<a href="mailto:jesse.weaver@liblime.com">jesse.weaver@liblime.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div dir="ltr"><div class="Ih2E3d">On Tue, Aug 12, 2008 at 11:42 AM, Library Guy <span dir="ltr">&lt;<a href="mailto:library.guy.zero@gmail.com" target="_blank">library.guy.zero@gmail.com</a>&gt;</span> wrote:<br></div><div class="gmail_quote">
<div class="Ih2E3d"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div dir="ltr">It&#39;s a fixed-field length file, so it&#39;s easily converted to CSV.&nbsp; If I&#39;m understanding, Koha requires the items (holdings) to be included in the MARC 952 field before import.&nbsp;</div></blockquote>

</div><div><br>This is correct, though _technically_ you could load the data into the `items` table (through mysql&#39;s LOAD DATA LOCAL INFILE command), then run misc/maintenance/sync_items_in_marc_bib.pl .<br>&nbsp;</div><div class="Ih2E3d">
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div dir="ltr"> I&#39;m looking into using MarcEdit to export my MARCs to text, merging in the items data and then converting back to MARC.&nbsp; If anyone has similar experience please give your advice.<br>
<br>Thank you!<div><div></div><br></div></div></blockquote></div></div><br>This would also work.<br></div>
</blockquote></div><br></div>