codeforamerica / cfapi

The Code for America API. Tracks and motivates activity and participation across the civic technology movement.
http://codeforamerica.org/api
MIT License
114 stars 53 forks source link

Bad CSV parsing #191

Closed ondrae closed 9 years ago

ondrae commented 9 years ago

Code for Philly has some crazy csv for their projects list.

"Code for Philly Check-in System","\"Make sure to check in! Seriously, guys!\" *-- Chris Alfano, every meetup*","","","",""

Which shows up in the CfAPI as http://codeforamerica.org/api/projects/36729

ondrae commented 9 years ago

They've fixed this on their end. Their CSV was causing them problems as well, so I don't think we need to support it.