<div dir="ltr"><br><br><div class="gmail_quote">On Fri, Aug 1, 2008 at 2:17 PM, Library Guy <span dir="ltr">&lt;<a href="mailto:library.guy.zero@gmail.com">library.guy.zero@gmail.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">Can someone please help me import my circulation history into Koha
3.0?&nbsp; I have the history in a CSV file and I already have my catalog
and my users imported.<br><br>Thank you.</div>

</blockquote></div><br>You would likely use this tool: <a href="http://dev.mysql.com/doc/refman/5.0/en/mysqlimport.html">http://dev.mysql.com/doc/refman/5.0/en/mysqlimport.html</a> . This should have enough flexibility. Returned checkouts would go into the old_issues table, and unreturned ones would go into the issues table.<br>
<br>Please let us know if you need any more help.<br></div>