Feature class to table

2301
3
11-26-2013 11:29 AM
ScottLouque
New Contributor III
Hi all,

I am trying to build a model that will export a feature class to a standalone table that is located on a SDE server. Which geoprocessing tool can I use to accomplish this?

Thanks
0 Kudos
3 Replies
ScottLouque
New Contributor III
Figured it out! nvm
0 Kudos
TimWitt
Frequent Contributor
Scott,

Which tool did you end up using?

Tim
0 Kudos
TeddyMatinde
New Contributor

Try

use arcpy.MakeTableView_management to create a table view that can then be used by arcpy.TableToExcel_conversion to export the tables to Excel. All of these documentation pages should provide you with enough code snippets to get you there.

0 Kudos