react-admin-import-csv
react-admin-import-csv copied to clipboard
feat: add postValidateCallback, add disableCollidingIdCheck
Added 2 optional props:
- optional: disableCollidingIdCheck
- optional: postValidateCallback - collects output from all validateRow function calls in case of wanting to e.g. return the imported file with all errors, rather than to end the validation after first errored row