-
-
The specific error I get is:
> 2015-11-24T16:56:16.654000-05:00 ERROR :WAITING-FOR-NEXT fell through ECASE expression.
> Wanted one of (:WAITING :COLLECTING-QUOTED :COLLECTING).
[Here's a log of the…
-
### Summary
Right now, we have an issue with anyone uploading a CSV. The app will freeze and then crash. This was pointed out by @chriszs after he tried to upload a 170mb file.
### Steps to reproduce…
-
Unfortunately (mostly due to GitHub delivering the raw file as `text/plain`), the csv doesn't validate at [csvlint.io](http://csvlint.io/validation/5538a8bb63737617e40e0000).
It may well be, that csvl…
-
I have an error installing version 1.1.0:
```
Building native extensions. This could take a while...
ERROR: Error installing escape_utils:
ERROR: Failed to build gem native extension.
…
grv87 updated
8 years ago
-
Get csvlint.rb able to validate files in a non-blocking fashion so that the app can support streaming data. See #712.
-
- [x] CSV on the web
- [x] Streaming validation
-
refer to the criteria in this ticket https://github.com/theodi/csvlint.rb/issues/145
Currently both schema_validation.feature && schema_spec.rb do not test for the full range of errors and warnings th…
-
-
Running CSVLint on large remote CSVs is slow, because it needs to download the file, then validate. It would be possible in Ruby to stream the response body, in which case it can be validated as it do…