CsvHelper
CsvHelper copied to clipboard
Schema validation
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