Skip to content

Handling Wrong Data in CSV #134

@egekorkan

Description

@egekorkan

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions