MappedCells not working perfectly, the data insert null, but in die dump is not null #3355
-
requirements I have a problem using Laravel Excel with the library WithMappedCells
when I do die dump
the result is
here my code:
but after dd($row['no_kartu_keluarga']) the result is "6474011009070111", but after executing it is null I already do a little bit of change
to
|
Beta Was this translation helpful? Give feedback.
Answered by
patrickbrouwers
Sep 10, 2021
Replies: 1 comment
-
If the data is in the dump, most likely the column is not fillsble in your model |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
younixue3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the data is in the dump, most likely the column is not fillsble in your model