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

Warn user on big CSV imports #1749

Closed
tuxpiper opened this issue May 19, 2017 · 5 comments
Closed

Warn user on big CSV imports #1749

tuxpiper opened this issue May 19, 2017 · 5 comments

Comments

@tuxpiper
Copy link
Member

tuxpiper commented May 19, 2017

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

@jshorland
Copy link

jshorland commented Jun 15, 2017

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

@jshorland
Copy link

Putting the above into a separate issue

@jshorland
Copy link

For now, warning should inform the user of max file size.

@jshorland
Copy link

We've done a lot around CSV export improvements in the upcoming release from 2chaguzi. @rjmackay you think we can close this now?

@rjmackay
Copy link
Contributor

Sadly no, not yet. A big import will still fail until we move CSV processing in to queues.

@zube zube bot removed the Icebox label Jan 29, 2018
@rowasc rowasc added this to the Parking Lot milestone Sep 4, 2020
@Angamanga Angamanga added the Community Task Issues that the Ushahidi OSS community is encouraged to contribute to label Oct 16, 2020
@Angamanga Angamanga removed the Community Task Issues that the Ushahidi OSS community is encouraged to contribute to label Mar 1, 2024
@linear linear bot added the Category-CSV label May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants