Data-Liberation-Front / csvlint.rb

The gem behind http://csvlint.io
MIT License
287 stars 88 forks source link

Validate header size improvement #137

Closed adamc00 closed 9 years ago

adamc00 commented 9 years ago

This small change uses the CSV module rather than a naive join(',') to create the observed vs expected headers in the error message. This will result in better messages if headers include commas.

pezholio commented 9 years ago

Thanks! :+1: