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.
- Host: GitHub
- URL: https://github.com/marceloneppel/csv-validator
- Owner: marceloneppel
- Created: 2019-10-26T13:46:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-30T02:02:57.000Z (over 6 years ago)
- Last Synced: 2025-03-18T07:47:09.430Z (about 1 year ago)
- Topics: csv, csv-validator, golang
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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" ";"
```