Closed elgalu closed 6 years ago
We need to create a single page app that will allow uploading huge CSV files (e.g. 4 GB) to S3.
Some basic CSV validation should be in place, at least for first N lines of the file.
If there are errors in the file we would abort the upload and show the validation error to the user.
Is that possible with this library?
I don't see why it wouldn't be possible.
I'm closing this as you've asked a question rather than reporting an actual issue. There are cheaper and better alternatives to AWS out there.
We need to create a single page app that will allow uploading huge CSV files (e.g. 4 GB) to S3.
Some basic CSV validation should be in place, at least for first N lines of the file.
If there are errors in the file we would abort the upload and show the validation error to the user.
Is that possible with this library?