-
The [new version of JSON table schema](http://specs.frictionlessdata.io/json-table-schema/) has moved on quite a bit now, and now is much more fully featured than when we first built CSVlint. Cruciall…
-
What is your criteria from moving from Alpha to Beta?
-
Have reviewed #182; would like to request the ability to know where and why the validation fails; even when there is no schema provided.
- Data: http://leowmjw.github.io/selangor_adun_2016/data/573ef1…
-
Here's an example: the FEC is producing candidate and committee summary files (available [here](http://www.fec.gov/data/DataCatalog.do?format=html)) that can contain interior double-quotes. Excel hand…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description of the Issue
Files using NUL line breaks (e.g. one generated using `$ md5sum --zero foo*.bin > has…
-
See http://csvlint.io/validation/538efbb563737671383c0100
Amongst the 1262 errors there is nothing about StatusLabel. StatusLabel is empty in all rows of the csv file and is defined in the schema as:
…
-
I have created a list of Australian Open Data Portals in [Google Sheets](https://docs.google.com/spreadsheets/d/1GrTr1msgUJ_Nx1boZ4d2y2tFPWaWtTNfmCMm2C5NdcQ/edit?usp=sharing).
By using **/export?form…
-
When using Dark Mode in 64bit NP++, TransparentCursor = True in CSVLint 0.4.6.6 breaks the custom color for the current line indicator IN ALL TABS, not just CSV tabs.
### Steps to Reproduce the Iss…
-
_Originally posted by @jalada in https://github.com/Data-Liberation-Front/csvlint.rb/issues/291#issuecomment-2428833319_
> Hey folks, this seems to have caused a regression whereby http…
-
In column.rb you have
```
def validate_header(header, strict)
reset
if strict || @titles
valid_headers = @titles ? @titles.map{ |l,v| v if Column.languages_match(l, la…