CMARC to Koha Scripts

這邊收錄所有自己撰寫的 scripts 用來將 marc 資料匯入到 Koha 資料庫的。

程式說明

marc_big5toutf8.pl

marc_big5toutf8.pl marc_file.mrc > UTF8_marc_file.mrc 

marc_get_tag.pl

marc_get_tag.pl marc_file.mrc

marc_tag_convert.pl

marc_tag_convert.pl marc_file.mrc tag_convert.txt > new_marc_fils.mrc
805a,995a
805d+805e,995e

new_split.pl

new_split.pl marc_file.mrc big5 utf8

import_biblio_items.pl

import_biblio.items.pl koha_marc_breeding_file_code  

SVN

如果要使用最新版,建議用 svn 取得
程式在:
koha-tw-229/scripts/cmarc/marc_big5toutf8.pl
koha-tw-229/scripts/cmarc/marc_get_tag.pl
koha-tw-229/scripts/cmarc/marc_tag_convert.pl
koha-tw-229/scripts/cmarc/new_split.pl
koha-tw-229/scripts/cmarc/import_biblio_items.pl

執行:

svn co http://trac.nchc.org.tw/koha/koha-tw-229/scripts/cmarc

或是從本網頁下載 release 版

Attachments