csv-validator
There are 24 repositories under csv-validator topic.
SeeSharpSoft/intellij-csv-validator
CSV validator, highlighter and formatter plugin for JetBrains Intellij IDEA, PyCharm, WebStorm, ...
digital-preservation/csv-validator
CSV Validation Tool and API (CSV Schema RI)
JBZoo/CSV-Blueprint
CSV Validator - Strict and automated line-by-line CSV checking tool based on customizable Yaml schemas
hoshomoh/CSVUtils
A PHP CSV Validator and Conversion Library
barry-jones/csv-validator
Fast CSV file validation.
datahappy1/csv_file_validator
Python 3+ csv file validation framework
sorrell/etlyte
ETLyte - SQLite-based ETL
sr-murthy/oedtools
File validation and data sampling toolkit for the Simplitium Open Exposure Data (OED) (re)insurance exposure data format
jettcalleja/csv-validator
nodejs validator for csv file
obalunenko/csvvalidator
csvvalidator provides validation of CSV rows according to set up rules.
JBZoo/Csv-Blueprint-Demo
Live demo of JBZoo/Csv-Blueprint
mrueda/omop-csv-validator
The OMOP CSV Validator is a CLI tool that validates CSV files against JSON schemas generated from OMOP Common Data Model (CDM) DDL fiiles
aoki/homebrew-csv-validator
Install the csv-valifator via homebrew.
CarlosUlisesOchoa/csv-file-validator
This python script re-build csv files removing invalid rows
kunalmanishdesai/csv-validator
A parser and validator which shall validate and parse csv file and return successful and failed records.
logicspark/csv-import-validation
CSV Validation library against user defined schema
poralcode/CSV-Validation
An example of how to reads a CSV file, validate the input data, and output the data to standard output. This performs validation on fields like id, name, birthday, gender, and phone number based on specific rules. The validated data is output along with error messages for invalid data. The header of the CSV file is excluded from validation.
erik1066/rapid-csv
A .NET library for fast and efficient parsing, validation, and transformation of CSV files.
sanjaysaini2000/netcore3-csvvalidator
This app takes a CSV file and validate the data according to the validation provided to it in an xml file and generate the validated csv file at the location of the source CSV file. Both files path are configured in the app configuration file.
stefandanaita/CsvValidator
A CSV Validator based on Laravel's built-in Validator
x4b1/csvchecker
CSV validator written in GO
marceloneppel/csv-validator
This is a tool that enables the validation of CSV files showing the problemas on all lines in just one run.
maukode/siesvi
@maukode/siesvi is a lightweight yet powerful CSV processing library designed for Node.js.
srigumm/netcore-csv-validator
CSV Validator for validating huge csv files based on CSV Schema. (CSVSchema is similar to XSD for XML Content). Implemented in .NET Core