I am trying to write a script where i can overwrite or update a feature layer depending on the requirements on the arcgis portal from a csv file. I found these two methods under the python api documentation on this link:
https://developers.arcgis.com/python/sample-notebooks/updating-features-in-a-feature-layer/
Both methods allow you to update or overwrite the contents of the feature layer but which one is able to preserve the symbology or is there any other way to preserve it?