react-admin-import-csv icon indicating copy to clipboard operation
react-admin-import-csv copied to clipboard

feat: add postValidateCallback, add disableCollidingIdCheck

Open halafi opened this issue 3 years ago • 0 comments

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

halafi avatar Apr 21 '21 14:04 halafi