Michael

Results 20 comments of Michael

This is definitely needed to use at scale and / or programmatically.

> As noted in the documentation, in practice the CSV libraries tend to handle quoting (ie strip it) before the tests are applied, so this is not implemented in the...

@DavidUnderdown @adamretter I was only looking for insight - ironically this might break my schema, since the csv files I'm working with only have quotes "where needed", e.g. when a...

@DavidUnderdown @adamretter it would be great if `quoted` support could be optional in a future release 😉

What's the expected schema format? Does csvlint accept CSV Schema Language V1.1? Reference: https://github.com/digital-preservation/csv-schema

Or this language: https://github.com/digital-preservation/csv-schema ?

@Stephen-Gates @quadrophobiac seems like the variations are substantial. I tried to use a schema with minimum lengths of 1 for all columns, with any empty values i.e. "" indicated as...

From a purist point of view, isn't the option to allow extensions part of the schema definition?

Thanks for clarifying. So "column" is shorthand for "the cell in this column in this row". As I surmised.

Forgive my naiveté @adbre but couldn't the CSV files be pre-proccessed to pad them with max - n blank columns before validation, where max = most columns seen (this time)...