漏洞 ID 编号 |
BUG-000172778 |
已提交 | December 3, 2024 |
上次修改时间 | September 22, 2025 |
适用范围 | ArcGIS Pro |
找到的版本 | 3.3.1 |
操作系统 | Windows OS |
操作系统版本 | 10.0 64 Bit |
状态 | As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
|
附加信息
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.
解决办法
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
重现步骤