CsvHelper icon indicating copy to clipboard operation
CsvHelper copied to clipboard

Schema validation

Open szilardd opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe.

I'm trying to build a functionality that would allow defining a schema and validating CSV based on that.

I found this schema spec, but couldn't find a C# implementation for it http://digital-preservation.github.io/csv-schema/

Does CsvHelper support some kind of schema validation?

Describe the solution you'd like

Validate CSV based on a schema

szilardd avatar Nov 10 '23 09:11 szilardd