Home > Uncategorized > MARC-HASH control field, now with less structure

MARC-HASH control field, now with less structure

April 15, 2009 Comments Off

Why do I ever, ever think that MARC might not rely on order? I don’t know.

In any case, control fields will now be just an array of duples:

  1. control: [
  2.   ['001', 'value of the 001'],
  3.   ['006', 'value of the 006']
  4.   ['006', 'another 006']
  5. }

Tags:

Comments are closed.