csvlint.rb icon indicating copy to clipboard operation
csvlint.rb copied to clipboard

Document validation better

Open opoudjis opened this issue 10 years ago • 0 comments

Not really well documented.

Parsing and validating with a schema (of either kind):

schema = Csvlint::Schema.load_from_json(uri)
validator = Csvlint::Validator.new( "http://example.org/data.csv", nil, schema )

assumes that a schema is online, and doesn't tell you what to do if you have a local schema. Rubydoc isn't any better, have been having to go through source code (and finding bugs).

opoudjis avatar Jan 29 '16 14:01 opoudjis