pulibrary / lib_jobs

Enterprise Services batch processing tasks. Rails 7 Ruby 3.1.0
4 stars 0 forks source link

[Newly Cataloged for Selectors] Create rake task to create CSV of all records, so selectors can validate #689

Closed maxkadel closed 5 months ago

maxkadel commented 6 months ago

We want to send fresh representative CSVs to selectors that contain a whole week's worth of materials, so they can validate what they will be receiving.

We want to create a CSV that contains all the materials, so they can help us catch if there are any materials that we didn't catch that they would want.

Create a rake task that goes through each file from OCLC and creates a single CSV, formatted like the ones sent to selectors. If the file seems too large for a person to go through, exclude records based on the generally_relevant? method.

maxkadel commented 6 months ago

See this branch for a start of this work