TimothyJones / csv-check

Lightweight command line tool for checking CSV files match RFC 4180

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

csv-check

Is an ultra light command line tool to check that a csv file matches RFC 4180 format.

Build Status

It reads from standard in and writes to standard error. It will exit on the first error encountered.

Usage:

 cat <malformed.csv> | csv-check

Installation:

 go get github.com/TimothyJones/csv-check

See also

For a simple way to fix common malformed CSV files, see csv-clean

About

Lightweight command line tool for checking CSV files match RFC 4180


Languages

Language:Go 100.0%