Community
All Communities
Products
ArcGIS Pro
ArcGIS Survey123
ArcGIS Online
ArcGIS Enterprise
Data Management
Geoprocessing
ArcGIS Web AppBuilder
ArcGIS Collector
ArcGIS Dashboards
ArcGIS CityEngine
ArcGIS Experience Builder
All Products Communities
Industries
Education
Water Resources
Gas and Pipeline
State & Local Government
Transportation
Water Utilities
Telecommunications
Roads and Highways
Natural Resources
Electric
Commercial
All Industries Communities
Developers
Python
ArcGIS Maps SDK for JavaScript
ArcGIS Maps SDKs for Native Apps
ArcGIS API for Python
ArcObjects SDK
ArcGIS Pro SDK
Developers - General
Retired - ArcGIS API Silverlight
Retired - ArcGIS API for Flex
ArcGIS REST API
Retired - ArcGIS Windows Mobile
All Developers Communities
Worldwide
Comunidad Esri Colombia - Ecuador - Panamá
ArcGIS 開発者コミュニティ
Czech GIS
ArcNesia
Esri India
GeoDev Germany
ArcGIS Content - Esri Nederland
Esri Italia Community
Swiss Geo Community
Comunidad GEOTEC
GeoDev Switzerland
All Worldwide Communities
All Communities
Products
Developers
User Groups
Industries
Services
Community Resources
Worldwide
Events
Learning
ArcGIS Topics
Networks
View All Communities
ArcGIS Ideas
GIS Life
Community Resources
Community Help Documents
Community Blog
Community Feedback
Member Introductions
Community Ideas
All Community Resources
Sign In
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show
only
|
Search instead for
Did you mean:
Cancel
Home
:
All Communities
:
Products
:
Geoprocessing
:
Geoprocessing Questions
:
Error Inspector in Topology Tool
Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
Error Inspector in Topology Tool
Subscribe
3249
2
03-06-2012 06:45 PM
by
KaiChum
New Contributor
03-06-2012
06:45 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
Hi everyone,
I have an urgent question about the error inspector in topology tool.
Is there a way that to EXPORT the error inspector table?
http://help.arcgis.com/en/arcgisdesk...00000sr000000/
It shows the error as a table but there is no way/option to export it as a table.
I am also trying to write the python script to see if it works.
Tags
(3)
Tags:
_geoprocessing
analysis
gp
Reply
0
Kudos
All Posts
Previous Topic
Next Topic
2 Replies
by
TimHopper
Regular Contributor
03-07-2012
07:58 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
Kai,
At version 10.0 this is not possible. The only export options that you have are to export a list of the total amount of errors / type via ArcCatalog.
ArcCatalog > Topology Properties > Errors Tab > Generate Summary
However, in the upcoming release of 10.1 there is a new GP tool which will do exactly this. Actually, it outputs to a feature class, but if you wanted only the table you could export the attribute table from there.
Export Topology Errors (Data Management) @ 10.1
With this new GP tool you can also access it via python.
Reply
0
Kudos
by
KaiChum
New Contributor
03-07-2012
09:47 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
Thanks for your reply. The info is very helpful because it saves a lot of time on looking how to extract it as a table. Thanks!
Reply
0
Kudos
Post Reply