Replies: 1 comment 3 replies
-
Do you have https://github.com/Maatwebsite/Laravel-Excel/blob/3.1/config/excel.php#L278 still set to |
Beta Was this translation helpful? Give feedback.
3 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'm using the maatwebsite/Laravel-Excel package for importing, the problem I'm facing is the import is not rolling back when it receives an error.
For example
What happens is the import saves the
row 2 and 3
into the database but it should be rolling back when it receives an error. I don't seem to understand but shouldn't it be default that when it receives an error it rollsback the import and doesn't save anything??This is my import file.
I'm using
CSV
as my format on import.Beta Was this translation helpful? Give feedback.
All reactions