Replace NetID with Email in Exports + Change Separator to Comma for valid CSV
All threads resolved!
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)
Merge request reports
Activity
changed milestone to %Working v2.0
assigned to @toberhuber
- Resolved by Ruben Backx
Did you check whether names with commas are now properly exported, i.e.
"The, Name"
requested review from @rbackx
mentioned in commit c7838dae
unassigned @toberhuber
Please register or sign in to reply