In ArcGIS Pro, the JSON To Features tool fails to follow any field types if the input is a GeoJSON file with a specified property value between quotations.
上次发布: January 22, 2021ArcGIS Pro
漏洞 ID 编号
BUG-000136575
已提交
January 6, 2021
上次修改时间
June 5, 2024
适用范围
ArcGIS Pro
找到的版本
2.7
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The GeoJSON parser used in ArcGIS Pro uses quotes to indicate text values. Properties have no 'type' in GeoJSON, and when the value for a property has a quote, the value contains characters which requires a string. Users are unable to process all values to see if they only contain numbers to make numeric fields. For better performance the schema is set before parsing all records, to efficiently write data into the new feature class. Post processing would be required to transform the string fields into numeric fields using a basic Calculate Fields (multiple) operation to make all desired string fields numeric (calculated into new fields).