Environment:
master branch
Steps to reproduce

New Students spreadsheet using Ctrl + V or Cmd + V:
Enroll students button.Expected behaviour

Actual behaviour

Additional info
getRequestParamValue to read in the line feeds/carriage returns, resulting in student entries to be read separated rows. Example shown below:
On a somewhat related note, aren't we supposed to ignore blank lines anyway?
@damithc
Yes, the front-end now currently does this:
However, in this case, there were unexpected line feeds/carriage returns due to copying from other sources, resulting in a new "empty line" to be formed. The unexpected empty lines weren't filtered at this point.
This resulted in the back-end returning the error messages shown in the description after checking the relevant enroll line. The hotfix I'm submitting now takes care of all the line feeds and carriage returns.
@damithc Done. Released as V6.10.1.
I've deployed v6.10.1
Thanks for the quick fix and quick release @tanhengyeow @xpdavid
Most helpful comment
Thanks for the quick fix and quick release @tanhengyeow @xpdavid