Hello,
I have a csv file as follows:

"bi";"Burundi";"none";"none"
"km";"Comoros";"none";"none"
"dj";"Djibouti";"none";"none"
"er";"Eritrea";"none";"none"
"us";"United States of America";"Alabama";"Black Belt"
"us";"United States of America";"Alabama";"Central Alabama"
"us";"United States of America";"Alabama";"Greater Birmingham"
"uk";"United Kingdom";"East Anglia";"Cambridgeshire"
"uk";"United Kingdom";"East Anglia";"Norfolk"
"uk";"United Kingdom";"East Anglia";"Suffolk"
"fr";"France";"Alsace";"Bas-Rhin"
"fr";"France";"Alsace";"Haut-Rhin"
"fr";"France";"Aquitaine";"Dordogne"

I am trying to figure out a script on the command line so that you get a navigation through which a user can drill down by:

Country
->Region
-->County

I have some countries for which I don't have data for region or county and I would want to exclude this from the list and only include the country that has a county.

What is the most effective way to do this.

Thanks

Norman



_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to