@@ -, +, @@ --- bulkmarcimport.pl | 64 +++++++++++++++++++++++------------------------ 1 file changed, 32 insertions(+), 32 deletions(-) --- a/bulkmarcimport.pl +++ a/bulkmarcimport.pl @@ -54,38 +54,38 @@ my $marc_mod_template_id = -1; $|=1; GetOptions( - 'commit:f' => \$commit, - 'file:s' => \$input_marc_file, - 'n:f' => \$number, - 'o|offset:f' => \$offset, - 'h' => \$version, - 'd' => \$delete, - 't|test' => \$test_parameter, - 's' => \$skip_marc8_conversion, - 'c:s' => \$char_encoding, - 'v:+' => \$verbose, - 'fk' => \$fk_off, - 'm:s' => \$format, - 'l:s' => \$logfile, - 'append' => \$append, - 'k|keepids:s' => \$keepids, - 'b|biblios' => \$biblios, - 'a|authorities' => \$authorities, - 'authtypes:s' => \$authtypes, - 'filter=s@' => \$filters, - 'insert' => \$insert, - 'update' => \$update, - 'all' => \$all, - 'match=s@' => \$match, - 'i|isbn' => \$isbn_check, - 'x:s' => \$sourcetag, - 'y:s' => \$sourcesubfield, - 'idmap:s' => \$idmapfl, - 'cleanisbn!' => \$cleanisbn, - 'yaml:s' => \$yamlfile, - 'dedupbarcode' => \$dedup_barcode, - 'framework=s' => \$framework, - 'custom:s' => \$localcust, + 'commit:f' => \$commit, + 'file:s' => \$input_marc_file, + 'n:f' => \$number, + 'o|offset:f' => \$offset, + 'h' => \$version, + 'd' => \$delete, + 't|test' => \$test_parameter, + 's' => \$skip_marc8_conversion, + 'c:s' => \$char_encoding, + 'v:+' => \$verbose, + 'fk' => \$fk_off, + 'm:s' => \$format, + 'l:s' => \$logfile, + 'append' => \$append, + 'k|keepids:s' => \$keepids, + 'b|biblios' => \$biblios, + 'a|authorities' => \$authorities, + 'authtypes:s' => \$authtypes, + 'filter=s@' => \$filters, + 'insert' => \$insert, + 'update' => \$update, + 'all' => \$all, + 'match=s@' => \$match, + 'i|isbn' => \$isbn_check, + 'x:s' => \$sourcetag, + 'y:s' => \$sourcesubfield, + 'idmap:s' => \$idmapfl, + 'cleanisbn!' => \$cleanisbn, + 'yaml:s' => \$yamlfile, + 'dedupbarcode' => \$dedup_barcode, + 'framework=s' => \$framework, + 'custom:s' => \$localcust, 'marcmodtemplate:s' => \$marc_mod_template, ); $biblios ||= !$authorities; --