csv-validator
Data Validator
A tool for validating tabular data in CSV format using predefined rules and logic.
Validates tabular CSV data using predefined validations, inspired from its Python homologue "Great Expectations".
4 stars
2 watching
1 forks
Language: Common Lisp
last commit: 8 months ago
Linked from 1 awesome list
common-lispcsvdata-validationgreat-expectationsspeed
Related projects:
Repository | Description | Stars |
---|---|---|
clever/csvlint | A tool that validates CSV files according to RFC 4180 standards. | 189 |
daveoncode/pyvaru | A library for implementing custom validation rules across various data types and structures in Python. | 20 |
encode/typesystem | A data validation library that provides basic functionality for serializing and deserializing data in a structured format. | 540 |
kowainik/validation-selective | A lightweight validation data type based on Applicative and Selective functors | 66 |
jacomyal/typology | A lightweight data validation library for JavaScript that supports native types and custom types with various syntax options. | 46 |
fieldval/fieldval-js | A JavaScript library for validating data and providing structured error reports. | 136 |
wbsg/sieve | A tool for evaluating and combining data quality from web sources based on predefined policies and methods. | 6 |
common-workflow-language/schema_salad | A language and library for describing rules for structured data documents with schema validation and hyperlink checking | 73 |
vodori/schema-conformer | A library that extends prismatic schema with custom conforming capabilities to enforce stricter data formats and validation. | 9 |
shezadkhan137/required | A library to simplify validation by providing a declarative way to define and reuse validation logic across multiple fields. | 60 |
tensorflow/data-validation | A library for exploring and validating machine learning data in TensorFlow | 765 |
evgeniums/cpp-validator | A C++ header-only library for declaratively defining data validation constraints and applying them to various data structures | 58 |
acornejo/jjv | A lightweight JSON schema validator written in JavaScript. | 198 |
guyskk/validr | A fast and extensible Python library for data validation | 212 |
d3/d3-dsv | A parser and formatter for tabular data in CSV or TSV format | 437 |