Re: A library agnostic datastructure for MARC ?

[email protected] (Galen Charlton) Thu, 11 Nov 2010 19:40:35 -0500
Newsgroups perl.perl4lib
Message-ID <[email protected]>
Hi,

On Thu, Nov 11, 2010 at 7:27 PM, Marc Chantreux
<[email protected]> wrote:

> simple proposition is:
>
> [ [qw/ 001 value  /] # example of control field
> , [qw/ 005 value  /] # example of control field
> , [ [qw/ 200 0 1  /] # example of data field
>  , [ [qw/ a foo  /]
>    , [qw/ b bar  /]
>    , [qw/ a foo2 /]
[snip]

I don't see how a structure like this gets you anywhere closer to an
abstraction layer that would permit somebody to code in terms of
semantic concepts like title and author instead of MARC tags, but if
you're looking for a serialization or data structure that is more
convenient for you to deal with, you might find searching the code4lib
mailing list archives for "MARC" and "JSON" to be fruitful.

Regards,

Galen
-- 
Galen Charlton
[email protected]