csvvalidator
csvvalidator copied to clipboard
dynamically determine field names
It would be nice to be able to define validators without having to fix the set of expected field names. I.e., if it were an option for a validator to determine the field names from the header row rather than from a pre-defined expectation, you could define flexible validators that had checks on a set of named fields and could be applied to any CSV file containing (but not necessarily limited to) those fields.