Adding 2 options to prep_ebook_records.py script
authorArt Rhyno <art632000@yahoo.ca>
Thu, 4 Oct 2012 18:32:46 +0000 (14:32 -0400)
committerDan Scott <dscott@laurentian.ca>
Wed, 8 May 2013 13:44:06 +0000 (09:44 -0400)
commita571ea4c675e6637d6bcae443bbd38f4107f3378
treece5cc550c220da45228a6aa9f902b733aeace42b
parent08c1dec54eb27d56e80b4a4e2448f707f5321e7c
Adding 2 options to prep_ebook_records.py script

This supports 2 additional options to Dan Scott's ebook script:

    -t / --tcn : The name of the file to route TCN duplicates to.

The tcn search takes the 001 and does an OpenSRF open-ils.search.biblio.tcn
call.

   -u / --url : The name of the file to route URL duplicates to.

The url search is based on the 856u field and is done with the OpenSRF
open-ils.search.biblio.multiclass.query call.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
tools/ebooks/prep_ebook_records.py