Hello everyone,
ListBrokenDataSources returns a python list. What's the best way to determine if the item you are dealing with in the list is a TableView?
I'm using .supports('workspacePath') and .supports('dataSource') to deal with shapefiles and geodatabase feature classes.
I'm getting this error message when a TableView is found in the list:
AttributeError: 'TableView' object has no attribute 'supports'
How should I go about getting at the TableView properties to determine that it's a TableView?
Thanks!