Dixson, The answer to that depends on what you are trying to achieve - (a) just get the currently checked out items into Koha's issues table or (b) "a" + generate account lines entries for outstanding fines as well.
No direct scripts per se is bundled with Koha. But using a .koc file is an option. In our case, we have developed custom perl scripts that calls on Koha's circ sub-routine libs to do the heavy lifting for us. The prime benefit being that all FK referential integrity gets taken care of. cheers Indranil. On Sat 15 Jun, 2019, 10:21 AM Dixson Rodriges, <[email protected]> wrote: > Hi Good Morning, > > Sub:Data migration from soul > > Is there any option to upload the overdue list into koha ?. or any script > for back-end to upload the due list. > > Regards, > Dixson > > On Mon, 2019-06-03 at 19:56 +0530, Indranil Das Gupta wrote: > > Hi Dixson, > > Based on last several years of experience of migrating plenty of both SOUL > v1 and v2 data to Koha, I would suggest that the cleanest way to do it is > to use the SQL Server database of SOUL v1 to extract the data a table at a > time, clean it up, then use joins to create the actual data set we need to > put through MarcEdit. > > Just 2 weeks back, migrated a v1 db to Koha. The above processes took > about 15 hours. > > Hope this helps > > Indranil Das Gupta > L2C2 Technologies > > On Mon 3 Jun, 2019, 6:46 PM Dixson Rodriges, <[email protected]> > wrote: > > Hi, > > > Is there any option to export the data from SOUL 1 to Koha ? How to > export bulk CCF format data from soul 1. > > > Regards, > Dixson > _______________________________________________ > Koha mailing list http://koha-community.org > [email protected] > https://lists.katipo.co.nz/mailman/listinfo/koha > > _______________________________________________ Koha mailing list http://koha-community.org [email protected] https://lists.katipo.co.nz/mailman/listinfo/koha

