sul-dlss / sul_pub

SUL system for harvest and managing publications for Stanford CAP, with controlled API access.
http://cap.stanford.edu
Other
8 stars 3 forks source link

Add ORCID to rake task output #1616

Closed edsu closed 1 year ago

edsu commented 1 year ago

Why was this change made?

It's helpful to also have the ORCID in the sul:export_pubs_csv and sul:export_pubs_for_authors_csv rake task output , since it can be used later to match up the data with other datasets.

How was this change tested?

Running it in prod! (shhhh)

Which documentation and/or configurations were updated?

peetucket commented 1 year ago

Looks good. While here, do you want to make the same change to the export_pubs_for_authors_csv task (around lines 182 and 224)?

edsu commented 1 year ago

@peetucket I added that other task too!