[Koha] A hint for tutorials

Wojciech Zatorski listy-in at zatorski.net
Thu Nov 2 03:17:36 NZDT 2006


Hello Rafael,

Tuesday, October 31, 2006, 8:00:04 PM, you wrote:

RC> Hello,
RC> Im trying to import a CDS/ISIS data base to koha by first converting
RC> it to MARC format. The tutorials in the kohadocs do not apply to my
RC> case or i cant make them work properly.
RC> I think im lacking documentation, specially about the structure of a
RC> MARC ISO file VS the structure of a CDS/ISIS ISO file.
RC> Does anyone have links that can help me?
RC> Thanks in advance,

try to convert to MARC XML:

<?xml version="1.0" encoding="UTF-8"?>
<collection xmlns="http://www.loc.gov/MARC21/slim">
<record>
<leader>01142nam a2200301 a 4500</leader>
<controlfield tag="001">1</controlfield>

<controlfield tag="005">1999-05-07</controlfield>

<datafield tag="020" ind1="" ind2="">
<subfield code="a">9282654567</subfield>
</datafield>

</record>
</collection>

and next convert to iso by xml2marc or import by MARC XML to Koha.


-- 
The Main Library of Szczecin University.
Computerization Department.




More information about the Koha mailing list