The documentation states the Append method is available for ArcGIS Enterprise 10.8.1 or higher but an exception is raised stating, "Append only available on ArcGIS Online" when trying to append a new CSV to an existing CSV within Portal for ArcGIS from a Python API. GeoJSON and FeatureCollection upload formats result in the same behavior.
上次发布: January 20, 2022Portal for ArcGIS
漏洞 ID 编号
BUG-000144329
已提交
November 5, 2021
上次修改时间
June 24, 2025
适用范围
Portal for ArcGIS
找到的版本
10.8.1
操作系统
Windows OS
操作系统版本
2019 64 Bit
修正版本
2.0.1
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
Publish the Library_Data.csv file to ArcGIS Online.
Source the Append_AGOL.py file.
Update the same code with "source = GIS(username="*", password="*")" for the ArcGIS Online credentials.
Update the script with the ArcGIS Online hosted table item ID. The append method completes in ArcGIS Online.