Insert fields in order in ebook processing
authorDan Scott <dscott@laurentian.ca>
Thu, 25 Oct 2012 14:56:54 +0000 (10:56 -0400)
committerDan Scott <dscott@laurentian.ca>
Tue, 7 May 2013 18:58:21 +0000 (14:58 -0400)
commit54a7a7fcb94c64fbb163a4c59d0a6377546aad83
tree7c0e6ec0fbb8ab53c60c859d02f84c287bbd0ed9
parent33f1bb9f412db672546bf939beee16363625728a
Insert fields in order in ebook processing

pymarc 2.8.5 offers the add_ordered_field() method for inserting fields
in the correct numerical order in the record - so use that. Note that
you may have to run "easy_install --upgrade pymarc" to get the latest
version of pymarc installed.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
tools/ebooks/prep_ebook_records.py [changed mode: 0644->0755]