Re: Ignoring deleted records in Biblio::ISIS

[email protected] (Dobrica Pavlinusic)
Newsgroups perl.perl4lib
Message-ID <[email protected]>
On Tue, May 27, 2008 at 01:03:22PM +0530, Saiful Amin wrote:
> Hi Dobrica,
> 
> Thanks for quick reply.
> 
> Could you please send me small sample of CDS/ISIS deleted records to take a
> > look?
> 
> 
> You can download the sample database of 50 records, in which MFN 18 and 19
> are logically deleted, from the following link:
> http://122.166.0.252/sample.zip

I can't reproduce your problem. When I try to dump your records using
dump_isisdb.pl included in Bibio::ISIS distribution (with options to start
at record 17, and dump just 4 records) I get:

$ ./scripts/dump_isisdb.pl -o 17 -l 4 data/sample/BOOKS. | grep ^0
0       17
0       20

which means that by default it dumped just record 17 and 20 skipping 18
and 19. If I add option -v which turn include_deleted on I get:

/Biblio-Isis$ ./scripts/dump_isisdb.pl -o 17 -l 4 -v data/sample/BOOKS. | grep ^0
0       17
0       18
0       19
0       20

as I would expect. Adding -d also shows that Bibio::ISIS correctly find
that MFN 18 and 19 are logically deleted.

I would love to help you with this, but I'm puzzled.

-- 
Dobrica Pavlinusic               2share!2flame            [email protected]
Unix addict. Internet consultant.             http://www.rot13.org/~dpavlin
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.