<br><br><div class="gmail_quote">2009/5/30 echuang.chew <span dir="ltr">&lt;<a href="mailto:echuang.chew@gmail.com">echuang.chew@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Greetings,<br>
<br>
Hi Jesse, thanks for your help, I also notice that there are 2 additional columns added in biblioitems table to store Marc data.<br>
Because currently we build our own tools to migrate the Marc data from different system to Koha2, but when come to Koha3, there is a storage structure changed on how to store Marc data.<br>
Thus, I am looking for a way on using the marc_xxx data structure in Koha3 so that the migration tools remain unchanged.<br>
<br>
So, can I conclude that in Koha3, there is no way to using the marc_xxxx data structure as in previous version, and the only way to read the marc data is from biblioitems table.<br>
<br>
Thanks for help.<br>
<br>
Best Regards,<br>
eChuang, Chew<br>
<br>
<br>
<br>
Jesse wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
2009/5/29 echuang.chew &lt;<a href="mailto:echuang.chew@gmail.com" target="_blank">echuang.chew@gmail.com</a> &lt;mailto:<a href="mailto:echuang.chew@gmail.com" target="_blank">echuang.chew@gmail.com</a>&gt;&gt;<div class="im">
<br>
<br>
    Greetings,<br>
<br>
    I am new to Koha3, after I upgraded my Koha2 to Koha3, notice that the<br>
    database design has been changed.<br>
    FYI, I am using the non zebra version of Koha3. Can anyone tell me is<br>
    Koha3 still using marc_XXXX tables to stored the marc fields ?<br>
    Or is it any configuration to be done so that Koha3 will still<br>
    using the<br>
    marc_XXXX for storing marc fields ?<br>
<br>
    Can anyone please help me ?<br>
<br>
    Best Regards,<br>
    eChuang, Chew<br>
    _______________________________________________<br>
    Koha mailing list<br></div>
    <a href="mailto:Koha@lists.katipo.co.nz" target="_blank">Koha@lists.katipo.co.nz</a> &lt;mailto:<a href="mailto:Koha@lists.katipo.co.nz" target="_blank">Koha@lists.katipo.co.nz</a>&gt;<div class="im"><br>
    <a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
<br>
<br>
Koha 3 actually stores the MARC data quite differently, as a data blob in the biblioitems.marc and biblioitems.marcxml tables. This is not configurable.<br>
<br>
Note that to get NoZebra search working, you do have to run misc/migration_tools/rebuild_nozebra.pl , to update the search indexes.<br>
<br>
-- <br>
Jesse Weaver<br>
</div></blockquote>
<br>
</blockquote></div><br>If you&#39;re migrating to Koha 3 from 2.2, it might be easier to follow this guide: <a href="http://wiki.koha.org/doku.php?id=22_to_30">http://wiki.koha.org/doku.php?id=22_to_30</a><br><br>Also, Koha does have built-in tools for importing MARC data that have improved considerably since the 2.2 days; you might want to consider using them if your data isn&#39;t too wacky. Inserting data directly into the biblio/biblioitems/etc. tables can be rather error prone.<br clear="all">
<br>-- <br>Jesse Weaver<br>