Closed Floppy closed 9 years ago
@bcouston and @quadrophobiac are going to take a look at this to see if we can make some progress before CSVlint is used for the DaPaaS workshops next week, or at least isolate the problem further.
@Floppy This might be server side, locally I can validate a 1.2MB csv file (http://training.theodi.org/resources/dataset2.csv), on live, 413 entity too large error with an infinite validation loop.
On the local side, Mongo can't store files larger than 16MB, investigating into using a package that splits data into chunks (http://www.resumablejs.com/) or GridFS.
The error
Book to DaPaaS > WP1 > Task 1.2
The server-side and investigative stuff here is OK, and the next thing is to look at how we make a better upload experience for people using a javascript uploader like ResumableJS.
We can't validate anything over 700k in a file upload without causing an error (see https://github.com/theodi/csvlint/issues/201). It's unclear whether this is because of the nginx file upload size limit, or something in the app instead.
We want: