Handle measurement import with empty lines at the end of the file
Closed this issue · 2 comments
CraigJZ commented
Attempting to perform a measurement upload using a csv file with empty lines at the end results in a failure. We would like to handle these case and successfully process the csv.
- Update upload processing to handle this use case
- Add relevant specs to test this case