Bug-ID-Nummer |
BUG-000172778 |
Eingereicht | December 3, 2024 |
Zuletzt geändert | September 22, 2025 |
Gilt für | ArcGIS Pro |
Gefunden in Version | 3.3.1 |
Betriebssystem | Windows OS |
Betriebssystemversion | 10.0 64 Bit |
Status | As Designed
Nach Überprüfung durch das Entwicklungsteam wurde festgestellt, dass dieses Verhalten wie geplant ist. Weitere Informationen finden Sie im Abschnitt "Zusätzliche Informationen".
|
Zusätzliche Informationen
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
Schritte zur Reproduzierung