Question: Okay, I previous was working with the Primo Search API and a python script that accepts an input cvs file. The script searches the Primo

Okay, I previous was working with the Primo Search API and a python script that accepts an input cvs file. The script searches the Primo Search API by ISBN numbers and organizes/parses that data into into columns with permalinks, format_typle, publication, field_course, etc and generates an output file. I am trying to add add an additional column to that process/outfile. However, this data for this added column does not come from the Primo API, it comes from the Alma API. This is where this cross-references comes in...because for each ebook record from what was found from the Primo API, I need to look at the look at the Public Note fields that is under Portforlios in Alma. So I need to some how match cross references the mms in Primo to the mms_id in Alma per ebook record in order to see the public note field. The additional column I am trying to add to the output file is license and it should only denote "limited" and "unlimited" based on what's in the public note field. Does this make sense?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!