Imported data doesn't get to the database #3268
Unanswered
felixkwasisarpong
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Please share your entire import class, the relevant parts are missing |
Beta Was this translation helpful? Give feedback.
1 reply
-
Depends what the error is. If the error is that it can't insert the model into the database, then that's the reason why. Please check the import errors too if you are using SkipsErrors, as that's something different than skips failures (which is only validation 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.
Uh oh!
There was an error while loading. Please reload this page.
-
The upload is suppose to throw errors and insert valid rows into the database,but it throws the errors without inserting the valid rows.
Environment
Below is the model
The controller
The date format in excel is yyyy-mm-dd
Beta Was this translation helpful? Give feedback.
All reactions