Hello,
I used the Bivariate Spatial Associations (Lee's L) tool and want to export the results as a shapefile. ArcGis always gives me this error:
ERROR 002809: Field OBJECTID in BSA_F is of an unsupported type for the output workspace.Does anyone know how to export the attribute table as a shapefile or geopackage to keep the spatial information?
Thank you!
try exporting to a featureclass/table in a file geodatabase. shapefiles don't support 64 bit objectids
you could downgrade it after (see the link) and try to get it to a shapefile if you must
Addendum
If the objectid isn't 64 bit did you navigate to a folder to specify the output shapefile, ensuring you added *.shp to the filename?