Replace NetID with Email in Exports + Change Separator to Comma for valid CSV
Description
The NetID cannot appear along with the student number in a spreadsheet, so the NetID has been removed and replaced with the student email such that they can be contacted easily. Secondly, the exports will appear in a nicer format in Excel and other Spreadsheet applications if the separator between columns is a comma, not a semi-colon.
Changes
- Replaces the NetID field in exports with Email
- Changes the CSV separator from a semi-color to a comma in application-template.yaml (in main) and application.yaml (in tests)
Related Issues
- Resolves #49 (closed)
- Resolves #50 (closed)
- Resolves #57 (closed)