JoshClose / CsvHelper

Library to help reading and writing CSV files
http://joshclose.github.io/CsvHelper/
Other
4.65k stars 1.05k forks source link

Schema validation #2206

Open szilardd opened 8 months ago

szilardd commented 8 months ago

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