A Python script that parses the output of Colleague's Degree Audit, formatting it as a spreadsheet.
This script is intended to be run from the right-click menu in OS X.
To do this, it should be pasted into an Automator script.
- Launch the Automator application.
- Click Service to create a new right-click Service.
- Choose "files or folders" for "Service Receives Selected".
- Drag and drop "Run Shell Script" from the menu of options in the left panel.
- Choose "/usr/bin/python" for Shell.
- Choose "as arguments" for "Pass input".
- Paste this entire script into the text field.
Save and close the Automator file.
To run the script, right-click any text file containing the output of a BEVL or XBEVL run, and "bevl_sheetify" should appear as an option. Clicking it will result in a "sheetified" version of the file appearing on the user's desktop.