Skip to content

Replace NetID with Email in Exports + Change Separator to Comma for valid CSV

Timur Oberhuber requested to merge 49-50-57-export-changes into dev

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

Merge request reports