pulibrary / lib_jobs

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

Basic functionality for airtable staff list #793

Closed sandbergja closed 2 weeks ago

sandbergja commented 2 weeks ago

These classes work together to download data from airtable and compile a CSV staff list. It is not yet a "job", but if you have an airtable personal access token with the appropriate permissions, the following should work in rails c:

AirTableStaff::CSVBuilder.new.to_csv

Part of #697