The CSV validation is not checking for empty line breaks causing an endless loop i.e., the upload is never completed:
The progress bar even goes to 200% 😅
Upon checking the network request tab in the Chrome developer tools, here is the request's response that is sent back to the client application over and over:
Issue
The CSV validation is not checking for empty line breaks causing an endless loop i.e., the upload is never completed:
The progress bar even goes to 200% 😅
Upon checking the network request tab in the Chrome developer tools, here is the request's response that is sent back to the client application over and over:
Expected
Since the CSV file is user-generated, it is crucial to have enhanced checks for empty spaces, invalid characters, etc.
Steps to reproduce