3 Aug
2008
3 Aug
'08
1:17 a.m.
On Fri, Aug 1, 2008 at 2:17 PM, Library Guy <library.guy.zero@gmail.com>wrote:
Can someone please help me import my circulation history into Koha 3.0? I have the history in a CSV file and I already have my catalog and my users imported.
Thank you.
You would likely use this tool: http://dev.mysql.com/doc/refman/5.0/en/mysqlimport.html . This should have enough flexibility. Returned checkouts would go into the old_issues table, and unreturned ones would go into the issues table. Please let us know if you need any more help.