[Bug]
Describe the bug When ever I try to upload a faulty csv it just stucks in the loading... phase forever.
To Reproduce Steps to reproduce the behavior:
- Go to 'Add data to Map'
- Click on 'upload csv'
- Upload a faulty csv
- It's is stuck in the loading phase.
Expected behavior UI should show user the proper error message of what happened. If not then there should be some work around like what happens when we upload the csv, which function is called so that we can think of overriding that function ourselves.
Screenshots
Desktop (please complete the following information):
- OS: [MacOs]
- Browser [chrome]
Additional context I am trying to integrate v2.5.5 Kepler with my create react app and getting the above mentioned issue. Can some one please tell me like what happens when we use the default Add Data to Map functionality.
I am sharing a csv where this happens captainFile copy.csv
This issue is fixed after 3.0.0 release. A notification is shown for such a dataset.
There won't be any updates to v2.5.5 +. Most likely some sort of CSV loader is stuck with processing of the invalid file.
Closing.