Usage for large excel files #193
Unanswered
architpuri
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Hi @architpuri , Have you looked at the example 7 https://github.com/ozlerhakan/poiji#feature-7 , maybe you can iterate your data in a number batch and use this option. wdyt? |
Beta Was this translation helpful? Give feedback.
6 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.
-
Feature 7
DB Batch Insertion
I have a use case where I want to dump data to DB but in batches eg read 1500 rows and insert in async. How can I create such a consumer?
Beta Was this translation helpful? Give feedback.
All reactions