Replies: 2 comments 1 reply
-
Try the skips empty rows concern |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @patrickbrouwers , Thank you for the reply. I am already using the One thing I noticed is when there is a huge number of empty rows in the file, the |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I am using
withBatchInserts
,withChunkReading
andToModel
contracts to import spreadsheets to the database. There is an issue with some files when importing. TheMaatwebsite\Excel\Jobs\ReadChunk
process doesn't stop when data is finished. It continues the process until manually stopped. I noticed that only some files have this issue, especially,.xlsx
files.Is there any way to stop the process and return success to the chained jobs when a chunk of data is empty?
In my test file only
234
rows are present.batchSize
is 10 andchunkSize
is 100. But as seen in the below image, the process runs unlimited times.Beta Was this translation helpful? Give feedback.
All reactions