You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
Is there any way of doing the requests with the processed rows while the rest of the file is being processed? I want to obtain a similar effect to this progress bar. Mine just gets completed instantly and then it takes some time to finish the processChunk function.
I'd check the return value of your dataHandler function (processChunk is deprecated). If you return a promise that resolves when you finish processing the rows, then the importer progress bar will wait for that to complete.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi!
Is there any way of doing the requests with the processed rows while the rest of the file is being processed? I want to obtain a similar effect to this progress bar. Mine just gets completed instantly and then it takes some time to finish the processChunk function.
https://github.com/beamworks/react-csv-importer/raw/59f967c13bbbd20eb2a663538797dd718f9bc57e/package-core/react-csv-importer-demo-20200915.gif
The text was updated successfully, but these errors were encountered: