codeforsanjose / Project-Ideas

Hey have an idea for a Project? Post it here! See the Waffle version here:
https://waffle.io/codeforsanjose/Project-Ideas
31 stars 7 forks source link

CSV Validation Utility #88

Open Kyle-Falconer opened 7 years ago

Kyle-Falconer commented 7 years ago

A utility is needed for validating CSV files.

This utility would meet the needs for https://github.com/vta/ckan-shp-uploader-python/issues/2

Ideally this should be written in Python, but could also be done in C or any other portable language that's accessible through the command line.

Kyle-Falconer commented 7 years ago

Here's the repo for it: https://github.com/codeforsanjose/CSV-Validator