Bug ID Number |
BUG-000172778 |
Submitted | December 3, 2024 |
Last Modified | September 22, 2025 |
Applies to | ArcGIS Pro |
Version found | 3.3.1 |
Operating System | Windows OS |
Operating System Version | 10.0 64 Bit |
Status | As Designed
After review by the development team, it has been determined that this behavior is as designed. See the Additional Information section for details.
|
Additional Information
https://pro.arcgis.com/en/pro-app/latest/help/data/tables/add-an-ascii-or-text-file-table.htm#GUID-68714D6C-0E80-4C08-8885-450A082E6705
The field_x and field_y columns are generated for textfileWorkspace tables that meet the projection engines definition of Lat\Long DMS information. This determination happens based on the contents of the field when the table is first opened. This can be surprising in cases where a string matches a shorthand notation for a set of coordinates.
Specifically in this example the value 'AUS3364' is a US national grid short notation for coordinates.
Workaround
The id_event_X and id_event_Y fields can be removed from the CSV table view by creating a schema.ini file with the Col7=id_event Text contents. For more information on schema.ini files, refer to the following documentation link: https://pro.arcgis.com/en/pro-app/latest/help/data/tables/add-an-ascii-or-text-file-table.htm
Steps to Reproduce