palewire / django-calaccess-campaign-browser

A Django app to refine, review and republish campaign finance data drawn from the California Secretary of State’s CAL-ACCESS database
http://django-calaccess-campaign-browser.californiacivicdata.org
MIT License
17 stars 12 forks source link

Fix buildcalaccesscampaignbrowser integrity errors with MySQL on OSX #234

Closed dankeemahill closed 8 years ago

dankeemahill commented 8 years ago

Loads Contribution and Expenditure fields not included in merged models as blank strings. This appears to fix #132 for me; I can run buildcalaccesscampaignbrowser with no errors.

Also fixes a new-line character seen in unquoted field - do you need to open the file in universal-newline mode? error I encounter when investigating #132.

todo