Data-Liberation-Front / csvlint.rb

The gem behind http://csvlint.io
MIT License
283 stars 86 forks source link

Add after_validation_lambda lambda callback + support batching. #167

Closed kwent closed 4 years ago

kwent commented 8 years ago

Hi,

This commit is adding a after_validation_lambda to return validated lines with data and error messages if not valid.

You can as well batch this lambda with a batch option if you wanna get 1000 results by 1000 results for example.

See README.md for more information.

Regards,

kwent commented 8 years ago

Ok now it's working well.

kwent commented 4 years ago

Stale.