An open API service indexing awesome lists of open source software.

https://github.com/marceloneppel/csv-validator

This is a tool that enables the validation of CSV files showing the problemas on all lines in just one run.
https://github.com/marceloneppel/csv-validator

csv csv-validator golang

Last synced: 12 months ago
JSON representation

This is a tool that enables the validation of CSV files showing the problemas on all lines in just one run.

Awesome Lists containing this project

README

          

# CSV Validator

This is a tool that enables the validation of CSV files showing the problemas on all lines in just one run.

```sh
git clone git@github.com:marceloneppel/csv-validator.git

clear && go run main.go "$GOPATH/src/github.com/marceloneppel/csv-validator/test-files/1.csv" ";"
```