csvvalidator
csvvalidator copied to clipboard
validate a sequence of dicts
It would be nice if validators also supported a validate_dicts method in addition to the existing validate method, to support validation of a sequence of dictionaries (e.g., as provided by a csv.DictReader).