The JSON or GeoJSON files exported from ArcGIS Experience Builder cannot be converted to features in ArcGIS Pro.
ArcGIS Experience Builder
漏洞 ID 编号
BUG-000158704
已提交
May 31, 2023
上次修改时间
August 5, 2025
适用范围
ArcGIS Experience Builder
找到的版本
11.1
操作系统
Windows OS
操作系统版本
11.0 64 bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
When exporting features to GeoJSON and converting them to features in ArcGIS Pro, it functions correctly when the geometry type is selected as Multipoint. However, as described in the issue, if the Geometry type is chosen as Point, Warning 000117 is returned. This is because the original data is a multipoint layer; selecting an incorrect type results in the mismatch between the actual data and the selected geometry type, causing the output to be empty.
As for exporting features to JSON and converting them in ArcGIS Pro, in ArcGIS Experience Builder, generated JSON files uses common JSON format, while ArcGIS Pro JSON to features (https://pro.arcgis.com/en/pro-app/2.8/tool-reference/conversion/json-to-features.htm) needs feature collections in an Esri JSON format (https://doc.arcgis.com/en/iot/ingest/esrijson.htm https://developers.arcgis.com/documentation/common-data-types/featureset-object.htm). The use of the name JSON applied to both ArcGIS Pro and ArcGIS Experience Builder causes this confusion.