X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=blobdiff_plain;f=extract_holdings;h=051175a7cafb2f9f0bced983f4a31edfd7aae0f3;hp=27cf58a419ad361aec61220d80d5d432a53eb4da;hb=32ca9a96e2ddb2823cbe90c525593bef3bfd2c76;hpb=75f9f472a22486bae962d4411226d9a4cf67b489 diff --git a/extract_holdings b/extract_holdings index 27cf58a..051175a 100755 --- a/extract_holdings +++ b/extract_holdings @@ -205,6 +205,10 @@ sub initialize { if ($c->{map} and !($c->{holdings} and $c->{copyid})); show_version() if $c->{version}; + if ($c->{prefix} and !$c->{marcfile}) { + $c->{marcfile} = $c->{prefix} . ".clean.marc.xml"; + } + my @keys = keys %{$c}; for my $key ('prefix', 'marcfile') { push @missing, $key unless $c->{$key} } @@ -226,6 +230,7 @@ Usage is: extract_holdings -p PREFIX -m MARCFILE [ARGUMENTS] REQUIRED ARGUMENTS --prefix -p Prefix string for output filenames --marcfile -m MARCXML to use as source data + Defaults to 'PREFIX.clean.marc.xml' SAMPLING ARGUMENTS --sample -s Generate a report of all tags in the MARC data