[Koha] koha

Anand Sharma anand at webodesk.com
Sat Mar 14 19:40:38 NZDT 2009


you can try Koustubha's fantastic how to on data migration from excel to 
koha

------- Original Message --------
Subject: 	Re: [Koha] data migration from excel to koha
Date: 	Mon, 16 Feb 2009 19:02:56 +0530
From: 	Koustubha Kale <kmkale at anantcorp.com>
To: 	Roche III, Edward <edward_roche at solanco.k12.pa.us>
CC: 	koha at lists.katipo.co.nz
References: 
<94752abe0902160412q53534aa2g923cc449fe354c57 at mail.gmail.com> 
<49996385.2070800 at anantcorp.com> 
<ACFB645515A2A143A2066BE75BF6D87A01825E2F at exchange.solanco.local>


Here we go..
First get your data organized in Excel. Things we had to watch out for 
were.. date formats to match your koha / mysql date formats, barcode, 
itemtype, library branch. We had to add last three to the excel data. 
Also watch out for common things like quote, comma, tab marks & any 
unusual characters in your data. Clean up the data thoroughly.

Then save the excel file as unicode text. Excel saves as a tab delimited 
file in Unicode. We need utf-8. So you need some text editor which can 
save the file as utf-8. I use EditPlus.

After you have saved the file as utf-8 text, start the Delimited Text 
translation Wizard from the MarcEdit program group. On the second screen 
give i/p and o/p filenames, leave the delimiter to tab, put text 
qualifier if any in your text file, click on Edit LDR/008 select LDR 
dropdown appropriate to your data. Select utf-8 encoded checkbox.

On next screen you have  to  build a  mapping from  your excel file 
columns to koha marc tags. Tric is to click in the Select Field 0 drop 
box and while it is selected type your corresponding marc tag in the  
map to text box. then click apply. Once you have mapped all columns in 
your excel file tokoha marc tags, click on save template so you can 
reuse it next time you import data in the same excel format and click 
finish. It will save your template as a .mrd file and create a .mrk file 
of your text data.

Open the .mrk file in MarcEdit by double clicking it and simply click on 
the Compile Records button. This will compile all your records and give 
you a .mrc file.

In koha go to tools -- > Stage marc records for import, select your .mrc 
file set record matching rules s needed and click the big button. This 
will import the data in staging area and take you to a summary page 
which will have a link to manage the imported records. Click the link 
select record matching conditions needed and import the staged records 
in to the database..

Reindex your database by running misc/migration_tools/rebuild_zebra.pl 
-b -w ( or by running misc/migration_tools/rebuild_nozebra.pl if not 
using zebra. )


vinod kumar wrote:
> how to microsoft excel data convert to marc21 in koha
>
> please help me as soon as
>
>
> thanks $ regards
> vinod kumar
> ------------------------------------------------------------------------
>
> _______________________________________________
> Koha mailing list
> Koha at lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>   
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.katipo.co.nz/pipermail/koha/attachments/20090314/29a5973e/attachment.htm 


More information about the Koha mailing list