gsf / kochief

Automatically exported from code.google.com/p/kochief
GNU General Public License v3.0
0 stars 0 forks source link

MARC parser fails with records not containing a 245$a #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Because of the way the MARC parser code is written and how the
pymarc.Record.title() function behaves the parser will die on records
containing a 245 field without a subfield a. These are valid records and
occur fairly often with MARC records for archival material done according
to a legacy standard.

Original issue reported on code.google.com by mark.matienzo on 16 Apr 2010 at 10:53

GoogleCodeExporter commented 9 years ago
Fixed by e8e42f09fa

Original comment by mark.matienzo on 17 Apr 2010 at 4:54