Skipping Laravel Validator errors. #3178
Unanswered
neoacevedo
asked this question in
Q&A
Replies: 1 comment
-
You probably need skips errors, because failures only refers to validation exceptions, not to duplicate key errors. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following rule when I try to import a CSV file:
The problem is, if already exists an email, the import will be stopped, no matter if I use or not SkipsFailures or SkipsOnFailure. How to continue the imports and at the end to show the errors?
I already tried with:
But as I said, the import will stop if the email is already registered.
Beta Was this translation helpful? Give feedback.
All reactions