You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"message": "The 2.firstname field is required. (and 2 more errors)",
"errors": [
[
"There was an error on row 2. The firstname field is required."
],
...}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Like in https://docs.laravel-excel.com/3.1/imports/model.html#possible-column-names I have a model definition with multible names.
The validation fails caused by 'fistname' not found. But 'Vorname' is same like 'firstname':
Code Example:
or same problem with
Error:
{ "message": "The 2.firstname field is required. (and 2 more errors)", "errors": [ [ "There was an error on row 2. The firstname field is required." ], ... }The Table (XLSX):
Question
Is there a way to validate all of the aliases at once?
Beta Was this translation helpful? Give feedback.
All reactions