Accessing the (successful) collection data before/after import? #4122
Unanswered
torbentschechne
asked this question in
Q&A
Replies: 0 comments
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.
-
Hey there,
I use the Importable trait and do this in my controller:
Now my response will be the
$import->failures()
that occurred. But can I somehow also access the data that has been handled successfully, so that I can generate a complete report à la "These rows had issues, these were successful"? I can not find a function for this.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions