Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Proof of Concept: custom fieldname support
This is a proof of concept to support validating CSVs that don't include a header row. The implementation allows a user to define a sequence of field names and passes these through to the underlying DictReader instances. The default behavior remains unchanged. I did a quick manual test with a slight modification of the example Vlad object and sample CSV contents from the readme. If this is a useful construct, I'll be happy to fill in the documentation and tests for this option. Resolves #88.
- Loading branch information