David Underdown
David Underdown
Not included in 1.1 in the end, so re-tagged as 2.0 for now
See digital-preservation/csv-schema#13 - this has been suggested by another user, but we don't have resource to implement at the moment.
Thanks Adam. Re point 3, have to be a little bit careful as it is permitted to have a line break within a quote-wrapped field, so number of line breaks...
Not included in 1.1 in the end, milestone updated to 2.0 for now
noExt is more consistent with other rules, should be changed in CSV Validator to match definition
-t is a trace of how the schema is parsed - what you're seeing there aren't errors as such. It's possible there's something there though that might shed some light...
But not for command line execution does it? The files with the GUI version merely start the GUI don't they, or am missing something?
Not currently no, the underlying CSV library should handle common line endings. This would need to be added to the CSV Schema Language before it could be implemented in the...
Hi, as noted in the user guide, memory can be an issue with large files, particularly if you are using the uniqueness test, as the validator has to build a...
There were some big improvements in #135 - they would certainly help with your example as caching of regex was introduced among other improvements. This is included 1.1.5 and 1.2-RC2