importing items through csv to marc problem
Hi All, I got a perl script at: http://lists.katipo.co.nz/public/koha/2007-November/012750.html it is used to import biblio details from csv format to koha through marc. after some modification it starrted working for me *with a* *serious problem *. I am able to import biblio and biblioitems details but items details are duplicating. as per now in mapping i used only barcode , homebranch,holdingbranch from item table, so it is dublicating three times with each field in a different row. but actually it should come in a single row. can any body help me out. Best, Sujit.
Hi, On Fri, Jun 27, 2008 at 6:17 AM, sujit kumar <sujitkumar01@gmail.com> wrote:
I got a perl script at: http://lists.katipo.co.nz/public/koha/2007-November/012750.html it is used to import biblio details from csv format to koha through marc. after some modification it starrted working for me with a serious problem. I am able to import biblio and biblioitems details but items details are duplicating. as per now in mapping i used only barcode , homebranch,holdingbranch from item table, so it is dublicating three times with each field in a different row. but actually it should come in a single row. can any body help me out.
To help us solve this problem, could you send the following pieces of information? 1. The version of Koha you're using. 2. The modified version of the script. 3. A couple input records. 4. A couple of the resulting MARC records that you then import? Regards, Galen -- Galen Charlton Koha Application Developer LibLime galen.charlton@liblime.com p: 1-888-564-2457 x709
participants (2)
-
Galen Charlton -
sujit kumar