Select to view content in your preferred language

Input user address into table for geocoding using python?

2067
11
05-03-2010 04:45 AM
PaulMcBride
Occasional Contributor
My goal is to have the user input their address and have that be stored into a table for the geocode_address geoprocessing tool to work.  I can get the user input to write to any file type except a database table.  Any help would be great.

My end goal is to have the voters polling location decided by the users address.

Thanks!
0 Kudos
11 Replies
PaulMcBride
Occasional Contributor
Thanks that is exactly what i've been looking for!  Now lets hope i can get everything to work with this input.
0 Kudos
DaleHoneycutt
Deactivated User
It looks like you have the solution you're looking for.  I'd just like to add that whenever I need to get address input for a model/script, I typically use a record set.  See the documentation topic http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/A_quick_tour_of_using_Feature_Set_and_... -- about halfway down, it has an example of using record set to input addresses.  (Even though this is documentation for 10.0, it works the same way in 9.3)
0 Kudos