logically deleted records are by default skipped, but can be included using
[Biblio-Isis] / scripts / dump_isis.pl
index bd0e379..9537987 100755 (executable)
@@ -9,6 +9,7 @@ use Data::Dumper;
 my $isis = IsisDB->new (
        isisdb => shift @ARGV || '/data/isis_data/ps/LIBRI/LIBRI',
        debug => shift @ARGV,
+       include_deleted => 1,
 );
 
 print "rows: ",$isis->{'maxmfn'},"\n\n";