]> git.koha-community.org Git - koha.git/commit
Exports bibliographic data from Koha to an ISO2709 or MARCXML file.
authorkados <kados>
Tue, 23 May 2006 18:22:58 +0000 (18:22 +0000)
committerkados <kados>
Tue, 23 May 2006 18:22:58 +0000 (18:22 +0000)
commitdc54b34a91f59358c804632b5b15e759930db952
treeee861bfcbdf7df2015c3ba1328bcfa1b0f5c3dbf
parent1acfc0f3837dc8ed5155b83584a6089a3445b266
Exports bibliographic data from Koha to an ISO2709 or MARCXML file.

OPTIONS:
 -format <format>    MARC, MARCXML [MARC]
 -e <encoding>       MARC-8 or UTF-8 [UTF-8]
 -ignoreerrors       Ignore encoding errors
 -assumeunicode      Assume Unicode when unsure of encoding
 -file <filename>    Filename to store dump [koha.mrc]
 -h                  This file

EXAMPLES:
\$ ./export.pl --format=MARCXML --encoding=UTF-8 -file=2005-05-23-koha.mrc --ignoreerrors

Once I'm able, I'll include unicode support in this script, or if
someone else has time, feel free. I'd suggest using the new code
in MARC::File::XML for dealing with encoding in UNIMARC
export/export.pl