Hi,
I have been downloading MARC records asynchronously from multiple Z39.50
servers using Net::Z3950::ZOOM. I push them into an array as they arrive.
When I later examine the records, I'd like to be able to identify which
library server each record came from.
Does every MARC record contain a
On Tuesday, April 08, 2008 3:57 PM, Christopher Morgan wrote:
>Does every MARC record contain a field/subfield that identifies the library
>the record came from? Field 040 seems only to identify the organization that
>originally created the record, which may be different from the library whose
Hi,
On Tue, Apr 8, 2008 at 3:56 PM, Christopher Morgan <[EMAIL PROTECTED]> wrote:
> Does every MARC record contain a field/subfield that identifies the library
> the record came from?
There is no way to reliably determine which Z39.50 server a MARC
record came from just by inspecting the record
Bryan and Galen,
Many thanks! I'll just tag the records as they come in.
- Chris
-Original Message-
From: Galen Charlton [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 08, 2008 5:33 PM
To: Christopher Morgan
Cc: perl4lib@perl.org
Subject: Re: Which MARC record field identifies the ori