...
-Request anonymization cannot currently be configured in FOLIO Settings (as current loans can)
-need to purge requester_id from folio_circulation.request__t when status is Closed, and not delete rows on this table for any other status as they pertain to request in process
-need to to purge requester_id from folio_circulation.request_t_ when status is Closed, and not delete rows on this table for any other status as they pertain to request in process
update id value to NULL on request rows that are not current or request status is Closed for both historic and current rows
-need to determine whether or not BD and ILL requests need to be considered differently-solution under consideration: script will be run manually initially, then library systems will run it as a chron job on Jenkins
-fields with patron identifiers:
...