I am working in Arc Pro 2.8
Using the same Excel data table, I can run Display XY.
In a model, my first step is to run XY table to point. It had been running. It is now returning the following error:
Traceback (most recent call last): File "c:\program files\arcgis\pro\Resources\ArcToolbox\scripts\XYTableToPoint.py", line 232, in <module> if empty_out_bounds: File "c:\program files\arcgis\pro\Resources\ArcToolbox\scripts\XYTableToPoint.py", line 175, in xy_table_to_points if dsc_out[f]:RuntimeError: Attribute column not found [no such column: CatTotal] [RMSCrimeCompStatDetail$][STATE_ID = 0]
The table does not have a State ID Field.
Why will Display XY work without it?
Why is XY Table to point Failing?