CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • Looking up state by zip code
Pages: [1]

Author Topic: Looking up state by zip code  (Read 1472 times)

Coleman Watts

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 2346
  • Karma: 183
  • CiviCRM version: The Bleeding Edge
  • CMS version: Various
Looking up state by zip code
December 24, 2011, 06:42:46 am
For some odd reason we have a bunch of addresses in our DB with a zip code but no city and state, or vice-versa.
Any ideas on how this could be fixed en-masse?
Try asking your question on the new CiviCRM help site.

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Looking up state by zip code
December 24, 2011, 08:01:40 am

there is a file sql/zipcodes.mysql

http://svn.civicrm.org/civicrm/branches/v4.1/sql/zipcodes.mysql

Source that file, create a table and use an inner join against it to update the city/state elements in your address table

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Coleman Watts

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 2346
  • Karma: 183
  • CiviCRM version: The Bleeding Edge
  • CMS version: Various
Re: Looking up state by zip code
December 24, 2011, 09:17:33 pm
Thanks for the helpful tip. I'll give it a go and report back here.
Try asking your question on the new CiviCRM help site.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • Looking up state by zip code

This forum was archived on 2017-11-26.