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>
Wed, 8 May 2013 13:44:07 +0000 (09:44 -0400)
commitce8a37526ecafa21da97564afd143778dd5ec727
tree9bea30de26f33699e07e6a5b0861a903b0fe58c8
parentd3df418218aa6135b563f46d89291ea89ffe48e4
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]