Data-Liberation-Front / csvlint.io

Check that your CSV files are valid
http://csvlint.io
MIT License
73 stars 11 forks source link

Non-blocking validation for uploaded files in csvlint #353

Open quadrophobiac opened 7 years ago

quadrophobiac commented 7 years ago

From @Floppy on September 1, 2015 6:36

Post #726, do the same non-blocking validation for uploaded files. Ideally, validation should start immediately on upload start, and messages should appear as the file is uploaded. Once the upload has finished, the validation should also be instantly complete.

This will need to integrate with the javascript uploader, gridfs storage, etc.

Copied from original issue: theodi/shared#727

quadrophobiac commented 7 years ago

@Floppy this is stuff from when I was last here - these changes have been incorporated right?