-
Notifications
You must be signed in to change notification settings - Fork 505
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
Warn user on big CSV imports #1749
Comments
Is it possible to improve the efficiency of the CSV upload? This is a good right away solution, but longer term, I think we need to improve CSV upload to import more lines of data. Our paying users have consistently run into this issue -- They want to upload large data sets, but can't, and then have to go in and break them up into CSV fils with 250 rows each. See: https://waffle.io/ushahidi/platform/cards/591f38387fdadb003ae95594 |
Putting the above into a separate issue |
For now, warning should inform the user of max file size. |
We've done a lot around CSV export improvements in the upcoming release from 2chaguzi. @rjmackay you think we can close this now? |
Sadly no, not yet. A big import will still fail until we move CSV processing in to queues. |
The amount of rows that can be imported from a CSV is limited by the execution time allowed to the PHP script. A usual default is 30 seconds.
Here's the suggestion to warn the user if the CSV file is bigger than 100 rows
Aha! Link: https://ushahiditeam.aha.io/features/PROD-605
The text was updated successfully, but these errors were encountered: