tech-by-design / polyglot-prime

Primary monorepo for TechBD polyglot bespoke code
https://tech-by-design.github.io/polyglot-prime/
GNU Affero General Public License v3.0
2 stars 22 forks source link

CSV Command-Line Validation Tool in Python #755

Open ratheesh-kr opened 1 week ago

ratheesh-kr commented 1 week ago

A Python-based tool is created to validate the CSV files against the Frictionless specs. The tool checks each CSV for compliance with the schema, flagging issues such as missing required fields or invalid data types. This tool runs via the command line, providing users with a straightforward way to validate their CSV files locally