Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom fieldname support #93

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Mar 15, 2024

  1. Custom fieldname support

    Add support for 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
    `fieldnames` attribute is `None` by default, which retains the existing
    behavior of inferring field names from a header row in the source CSV.
    
    Resolves di#88.
    jonafato committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    17db3ca View commit details
    Browse the repository at this point in the history