Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: when importing by collection, the inserts are only done at the end, but I need it to be in real-time to take data from the database. #4246

Open
1 task done
jesulo opened this issue Nov 18, 2024 · 0 comments
Labels

Comments

@jesulo
Copy link

jesulo commented Nov 18, 2024

Is the bug applicable and reproducable to the latest version of the package and hasn't it been reported before?

  • Yes, it's still reproducable

What version of Laravel Excel are you using?

3.1.30

What version of Laravel are you using?

7.1.10

What version of PHP are you using?

8.1.0

Describe your issue

When importing by collection, the inserts are only done at the end, but I need it to be in real-time to take data from the database. I want the inserts to be done every time a row is processed.

How can the issue be reproduced?

use collection

What should be the expected behaviour?

insert in finish

@jesulo jesulo added the bug label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant