csv-importer
csv-importer copied to clipboard
feat: Validations
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