csvvalidator icon indicating copy to clipboard operation
csvvalidator copied to clipboard

dynamically determine field names

Open alimanfoo opened this issue 14 years ago • 0 comments

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.

alimanfoo avatar Jul 27 '11 11:07 alimanfoo