Hi - I'm having issues in getting ArcGIS to read a CSV file as a table.
The table is created as the output from a Python script I have written - partly because it provides a bit of flexibility in being able to view the table in Excel or similar, and partly because creating a table or features from Python using a cursor confuses me.
Anyway...
* The csv table contains XREF and YREF fields
* The csv file creates fine.
* The *first* time I add the table to an ArcGIS project, I can view all fields and attributes, create an XY event, and visualise the data
* Any *subsequent* times I add the data, some of the fields are not viewable (including the XREF field) and thus I can't create an XY event or view the data.
Any ideas as to why this could be occurring?
Thanks