Re: [Tutor] Need help with python script

2014-08-04 Thread Joel Goldstick
On Mon, Aug 4, 2014 at 11:20 AM, P McCombs wrote: > Sorry, I missed copying this to the list. > > On Aug 4, 2014 8:13 AM, "P McCombs" wrote: > > >> >> >> On Jul 31, 2014 4:50 PM, "McKinley, Brett D." wrote: >> > >> > I would like to see if someone can help me with a python script. I’m >> > tryi

Re: [Tutor] Need help with python script

2014-08-04 Thread P McCombs
Sorry, I missed copying this to the list. On Aug 4, 2014 8:13 AM, "P McCombs" wrote: > > > On Jul 31, 2014 4:50 PM, "McKinley, Brett D." wrote: > > > > I would like to see if someone can help me with a python script. I’m trying to export a file geodatabase feature class to csv file. This is wh

[Tutor] Need help with python script

2014-07-31 Thread McKinley, Brett D.
I would like to see if someone can help me with a python script. I'm trying to export a file geodatabase feature class to csv file. This is what I have so far: import arcpy import os import csv import domainvalues def export_to_csv(dataset, output, dialect): """Output the data to a CSV f