I would like to update a CSV file hosted on ArcGIS Online/ArcGIS Enterprise.
This can be done with Python, but I need to do this with ArcGIS Pro SDK :
https://developers.arcgis.com/survey123/guide/update-csv-item/
I've been able to display metadata of an item on ArcGIS Online with the "GetItem" operation in the following sample :
https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/2.9.0/Content/ArcGISOnlineConnect
Thanks