migration tools (ISO 2709), revision 0.9
Perl scripts for migration and convert marc-files (ISO 2709)
In package present next 3 scripts:
* iso2xml.pl - read iso-files (ISO 2709, from export CDS/ISIS, WinISIS, Irbis etc), parse structure and convert into human readable MarcXML Slim format.
* prepare_xml.pl - use result of above script for manipulation with data of xml-file, at now it is charset change (i.e. cp866 - utf-8) and move fields/subfields (i.e. from 990^c to 995^k). Also with resulting file it is possible t do various manual corrections, auto-replacing etc.
* marcxml2marc.pl - write xml-file (MarcXML Slim format) in binary MARC-file (ISO 2709). Leader of records is formed concordantly UniMarc, charset utf-8. This file is ready to the import in ILS Koha (e.g. through bulkmarcimport.pl)
Revision: 0.9
Released on: 2007-11-22
Compatible with: 2.2
Version 0.9. Mainly various checks and better logging. Also it is now stop when found not valid fields separator in iso-file.