ImperialCollegeLondon / pycsvy

Python reader/writer for CSV files with YAML header information
BSD 3-Clause "New" or "Revised" License
7 stars 8 forks source link

Creates the validators registry #123

Closed dalonsoa closed 4 weeks ago

dalonsoa commented 1 month ago

Additionally, run the validators when reading the header, converting the relevant fields into a pydantic object, and dump the data into dictionaries from the pydantic models when writing the data.

Close #79