csv-validator icon indicating copy to clipboard operation
csv-validator copied to clipboard

Enhance validator output to make filtering by error type more straightforward

Open DavidUnderdown opened this issue 10 years ago • 1 comments

Experience of using the validator in live projects suggests that it is often useful to be able to concentrate on one error type at a time. If output was more structured it would be easier to import data into other programs (eg Excel), and use the filtering options available in there to examine error types one-by-one to understand the underlying issues. This is especially true for transcription data where there are often different systemic issues affecting the transcription of each individual field.

Suggest at least a CSV output format, but could consider XML too.

DavidUnderdown avatar Jul 31 '15 14:07 DavidUnderdown

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

mhGLEIF avatar Apr 17 '18 10:04 mhGLEIF