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

CSV preprocessing fix (unquoted newlines) in expenditure data for NCSBE #14

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

Commits on Feb 9, 2022

  1. CSV preprocessing fix (unquoted newlines) in expenditure data for NCSBE

    Fixed CSV parsing issue for SBE (State Board of Elections) expenditure data. SBE
    data entries included misformatted newline characters that were detected and
    fixed so that an expenditure record with misformatted data would no longer show
    up as multiple entries.
    
    Currently just has function definitions, no entry point (e.g. `main`)
    jumptable committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    a9a9258 View commit details
    Browse the repository at this point in the history