-
Notifications
You must be signed in to change notification settings - Fork 30
Handling Wrong Data in CSV #134
Copy link
Copy link
Open
Labels
Description
Sometimes the imported CSV has wrong data but it does not fail the conversion, such as having number123 instead of number or holdingregister instead of HoldingRegister. This should be handled somehow. Below are some ideas:
- Reject the CSV input and push the user to go back to the CSV and reupload it. The errors should be saved as text so that the user can track what needs to be fixed
- Accept the input as today but show the errors and push the user to fix the errors on JSON (e.g. via replace all)
- Show a pop-up after the CSV conversion to render the CSV as a table and highlight the issues.
Reactions are currently unavailable