AlisonLanski / IPEDSuploadables

Producing uploadable txt files for IPEDS reporting, one submission at a time
https://alisonlanski.github.io/IPEDSuploadables/
Other
8 stars 5 forks source link

Require path selection every time you run a report #71

Closed AlisonLanski closed 2 years ago

AlisonLanski commented 2 years ago

Don't save a local path; have the write_report function only run once per "produce" instead of after each part

Avoid saving a path locally but reduce annoyance by only calling "write report" once per "produce" function instead of one per part within the produce function. See the autoupload scripts for an example of how to implement this and/or call the autoupload to help with the final output instead of feeding directly into write_report.

Acceptance Criteria One call to write_report/path per "produce" instead of per part.