csv-importer icon indicating copy to clipboard operation
csv-importer copied to clipboard

feat: Validations

Open bryanjtc opened this issue 6 months ago • 1 comments

Feature description

Validate the value of each field in each column using a schema made with plain typescript or zod or any other schema tool. Display correct values with a checkmark and incorrect values with an x. Allow canceling the import if the validations fails or just skip the entire row.

Additional Context

Here is a similar implementation. https://github.com/UgnisSoftware/react-spreadsheet-import

Before submitting

  • [X] I've made research efforts and searched the documentation
  • [X] I've searched for existing issues and PRs

bryanjtc avatar Jul 30 '24 14:07 bryanjtc