http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5635 --- Comment #8 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- (In reply to comment #7)
Created attachment 7486 [details] to test the patch
this attachement contains files to test the patch.
extract here, and run it with : export KOHA_CONF=/home/koha/etc/koha-conf.xml && export PERL5LIB=/home/src && /usr/bin/perl /home/koha/src/misc/migration_tools/bulkmarcimport.pl -s -yaml /path_to_the_extract_directory_of_test5635/TR728R39C001.RAW.yaml -match ident,001 -keepids 009 -l /path_to_the_extract_directory_of_test5635/log/ILN2011-10-04-02-c.csv -a -file /path_to_the_extract_directory_of_test5635/fichiers/TR728R39C001.RAW -authtypes /path_to_the_extract_directory_of_test5635/authtypes.yml
if you have an error like this : ".CCL parsing error (10014) Unknown qualifier ZOOM at /home/koha/src/C4/Search.pm" replace your ccl.properties with the file into ccl_used directory in the tar.gz file
Why do we need a special ccl.properties file in order to use this script? We never have in the past. It seems to me it would be better to patch ccl.properties in master, wouldn't it? -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.