The CsvDataReader does provide in its constructor, a parameter called DataTable schemaTable. This parameter then could be used to provide a schema. We would need a means of storing the schema of the CSV field, maybe use an XSD file like we are for XML files? (or some other format?)
The CsvDataReader does provide in its constructor, a parameter called
DataTable schemaTable
. This parameter then could be used to provide a schema.We would need a means of storing the schema of the CSV field, maybe use an XSD file like we are for XML files? (or some other format?)