inveniosoftware / dojson

Simple pythonic JSON to JSON converter.
https://dojson.readthedocs.io
Other
10 stars 29 forks source link

044 (NR) is treated as repeatable #181

Closed blixhavn closed 7 years ago

blixhavn commented 7 years ago

In the conversion function for MARC 044, it is decorated with @utils.for_each_value, treating it as a repeatable field. This breaks the to_marc conversion function, which rightly assumes it is not repeatable.