You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Alan 2aa0071874 add license 3 years ago
dist/version_1 copying files to public repo 3 years ago
.gitignore copying files to public repo 3 years ago
LICENSE add license 3 years ago
README.md copying files to public repo 3 years ago
course_reserves_cleanup.zip copying files to public repo 3 years ago
version_1.py copying files to public repo 3 years ago
version_1.spec copying files to public repo 3 years ago
version_2.py copying files to public repo 3 years ago

README.md

Course reserves cleanup script

This python script ingests a CSV file as formatted by the LibWizard survey output from the current (12/01/2021) course reserves request survey. It takes the ingested data and splits up the requests to include only one item per row while maintaining the data of the item's requestor. Columns are also added for human post-processing of the data.

The current version of the script does not allow for flexible outputs, nor does it have a GUI.