I would like to use a CSV file to append data to an existing feature layer on AGOL . I found several sources such as below but I could not figure out how to implement them in my case.
https://developers.arcgis.com/python/guide/appending-features/#append-attribute-values-from-a-csv
csv_name = update.csv
Item_id (on AGOL ) = 'f5f917dab40e46d4a83c4a11f8b7b681'
csv_path = 'C:\Test'
Do you have any idea how can I update this feature layer using the append() function?