Hi, I've a (future ?) customer that want to switch from winISIS to Koha. He sends me lot of exports, but none of them work with classic dumpmarc.pl script of Koha (refused by MARC::Record) Does anyone here know how to setup winISIS export options to get a valid iso2709 file ? Thanks -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
Oh.. now this was fun. In Wellington Theosophical Society, they used an ISIS system. I converted it from ISIS to DBF using isis2dbf or something.... massaged it into the biblio-bibliitems-items relationship manually going through each row, matching the books.. then ran a script that used a DBI::DBF library to import it into the mysql database. On Mon, 13 Oct 2003 14:35:22 +0200, paul POULAIN <paul.poulain@free.fr> wrote:
Hi,
I've a (future ?) customer that want to switch from winISIS to Koha. He sends me lot of exports, but none of them work with classic dumpmarc.pl script of Koha (refused by MARC::Record) Does anyone here know how to setup winISIS export options to get a valid iso2709 file ?
Thanks
-- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
Waylon Robertson wrote:
Oh.. now this was fun. In Wellington Theosophical Society, they used an ISIS system. I converted it from ISIS to DBF using isis2dbf or something.... massaged it into the biblio-bibliitems-items relationship manually going through each row, matching the books.. then ran a script that used a DBI::DBF library to import it into the mysql database.
I REALLY hope they used this method with koha 1.2 Because with Koha 2.0.0 it will be WRONG : it won't populate MARC tables, so Koha will be unusable. To migrate to Koha 2.0.0, the ONLY valid method is to use bulkmarcimport, that needs a valid iso2709 file. -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
participants (2)
-
paul POULAIN -
Waylon Robertson