codeforamerica / bestnest-api

http://bestnest-api-dev.herokuapp.com/
4 stars 2 forks source link

Fix capitalization in data #61

Open junosuarez opened 10 years ago

junosuarez commented 10 years ago

from https://github.com/codeforamerica/bestnest-app/issues/55

Addresses are appearing in all caps. Let's process the data so that we capitalize only the first letter of streets, towns, etc. both for the main address and for the owner information.

It's also kind of involved since the data is coming in from the source in all caps.

We might be able to get most of the way there by simply Title Casing all of the things.

todo: