csvlint.rb
csvlint.rb copied to clipboard
make Schema.load_from_json_table fail less silently
Could Schema.load_from_json_table throw an error or print a warning if a schema file cannot be parsed correctly? It took a while to realise that the reason my CSV file wasnt showing the errors I expected from schema validation was the schema wasnt loading.