inveniosoftware-attic / jsonalchemy

JSONAlchemy
GNU General Public License v2.0
0 stars 10 forks source link

producer: input MARC not preserved #3

Closed egabancho closed 9 years ago

egabancho commented 9 years ago

The full MARC tag should not be used in the producer rules so the original one is used, i.e.

json_for_marc(), {'245__a': 'title', ...}

Should be instead

json_for_marc(), {'a': 'title', ...}