I have a Magento site that currently stores the entire address for each listing in a single field. I want that broken up into street/city/state/etc, and the corresponding fields in the backend updated to reflect that.
Ideally I'd like you also to handle converting the locations from the single field into the multi-field database structure, which will require some validation and probably geocoding to verify some addresses (many are only partially completed, enough for a geocoder, but not enough to fill each field)