Where does one get data like Country:(list) State:(list)
Posted
by rlb.usa
on Stack Overflow
See other posts from Stack Overflow
or by rlb.usa
Published on 2010-04-23T20:28:20Z
Indexed on
2010/04/23
20:43 UTC
Read the original article
Hit count: 136
As a programmer of data-entry forms of all kinds, I often find myself making fields for things like Country: <choose from list>
, State: <choose from list>
, Race/Ethnicity: <choose from list>
.
Consider: Perhaps a list the 50 United States names is an easy thing to find (does one include DC?) , but the countries are not. Nearly every site you find has a differing list with all of the political goings on over the years, and they become outdated quickly.
What's the best/common practice regarding population of these kinds of lists? Where does this data come from if it's not given in the specs?
© Stack Overflow or respective owner