cca / koha_patron_import

import patron records from Workday into Koha ILS
https://library-staff.cca.edu/cgi-bin/koha/tools/import_borrowers.pl
Other
2 stars 0 forks source link

make main scripts work in concert #11

Closed phette23 closed 5 months ago

phette23 commented 1 year ago

We should be able to feed the missing patrons JSON file created by the patch_prox_num script into create_koha_csv as that's the natural next step. Right now, you have to rename the missing patrons file (e.g. to employee_data.json) and also edit it so there's a top-level Report_Entry key pointing to the array of people. The first step is easy but the second is annoying.