|
POST
|
Table to Excel needs a table as input. You're giving it a feature class. You'll probably need to start with copy rows to an in_memory workspace. That gives you just a geodatabase table of the feature class. Then you can try using that as the Input_Table parameter for Table to Excel. If that doesn't work, try make table view on the table first
... View more
06-13-2017
01:48 PM
|
1
|
5
|
4113
|
|
POST
|
I notice that SEQCOUNTER is a number while FACILITYID has a single letter prefix. This process might be different depending on if this is part of a larger Python script workflow or just a single task. As part of a larger process, maybe use cursors with dictionaries/lists to read, compare, and join the data. As a single task, you could create a new SEQCOUNTER field in each feature class and calculate it without the prefix letter to serve as a join field with the table. Join each feature class to the table on SEQCOUNTER . Note that you'll get duplicates in the table when joining if SEQCOUNTER is not unique in a feature class.
... View more
06-13-2017
01:34 PM
|
1
|
0
|
1066
|
|
POST
|
Hi Doug, welcome to GeoNet. Are you getting an error message? Please describe your particular issue. Might help to post your code to review or even just start your own question thread.
... View more
06-13-2017
11:20 AM
|
0
|
2
|
1178
|
|
POST
|
https://community.esri.com/community/gis/managing-data
... View more
06-08-2017
07:32 AM
|
1
|
0
|
1670
|
|
IDEA
|
Related discussion. https://community.esri.com/thread/19762
... View more
05-22-2017
02:40 PM
|
0
|
0
|
2175
|
|
IDEA
|
Related discussion. https://community.esri.com/thread/19762
... View more
05-22-2017
02:40 PM
|
0
|
0
|
4831
|
|
IDEA
|
Related discussion. https://community.esri.com/thread/19762
... View more
05-22-2017
02:39 PM
|
0
|
0
|
2136
|
|
IDEA
|
Related discussion. https://community.esri.com/thread/19762
... View more
05-22-2017
02:39 PM
|
0
|
0
|
4512
|
|
POST
|
Is having it as a GP service in ArcGIS Online a requirement? You can run a Python script as a task in Windows with Task Scheduler. Scheduling a Python script to run at prescribed times—Help | ArcGIS Desktop
... View more
05-17-2017
02:08 PM
|
0
|
1
|
999
|
|
POST
|
At first glance, you could include that if statement in the generator expression so you only get the "Map" fields to loop through. field_names = [f.baseName for f in arcpy.ListFields(featureclass) if f.startswith("Map")] I don't see an issue with the rest of your code but I'm not an arcpy.mapping expert.
... View more
05-17-2017
01:58 PM
|
0
|
0
|
4545
|
|
POST
|
Check out the different methods available to a geometry object in ArcPy for some options. Geometry—Help | ArcGIS Desktop Maybe also check out Tabulate Intersection. You could then use an Update Cursor to edit the attributes.
... View more
05-17-2017
01:39 PM
|
1
|
1
|
1230
|
|
IDEA
|
When configuring the query widget task with multiple filter expressions using the Ask For Values option, they are all required. It would be nice to make one filter with multiple filter expressions where each one is optional. My end goal is to have a search form where the user can choose one filter in which to enter a search value. https://geonet.esri.com/thread/194517-optional-fields-in-query-widget
... View more
05-17-2017
10:19 AM
|
1
|
0
|
753
|
|
IDEA
|
This is the same as https://community.esri.com/ideas/10466
... View more
05-17-2017
10:15 AM
|
0
|
0
|
986
|
|
IDEA
|
This is the same as https://community.esri.com/ideas/12779
... View more
05-17-2017
10:14 AM
|
0
|
0
|
1186
|
|
IDEA
|
This is the same as https://community.esri.com/ideas/12779
... View more
05-17-2017
10:14 AM
|
0
|
0
|
887
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-10-2026 07:32 AM | |
| 1 | 10-23-2025 03:53 PM | |
| 1 | 04-28-2026 07:25 AM | |
| 1 | 03-19-2026 08:59 AM | |
| 1 | 02-12-2026 01:37 PM |