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?
Solved! Go to Solution.
I don't think it's saying that STATE_ID is the column that's missing. The error message you posted says "no such column: CatTotal." So is the CatTotal column missing or did it's column name change by chance?
I don't think it's saying that STATE_ID is the column that's missing. The error message you posted says "no such column: CatTotal." So is the CatTotal column missing or did it's column name change by chance?
Thank you , that is it. I had run into this problem last week, but the error rmessage was just enough differant that I missed it.