Hello,
I have followed How To: Append a New Row into a Feature Attribute Table from an Existing CSV File Using Py
It is working fine for the attribute table, which updates correctly, but the points on the map are not showing.
I created a simple example where I start with 5 points and then add 5 more, but after running the Python code, the map still displays only the initial 5 points. The attribute table of the feature class has all 10 points. Any Idea on how can I fix this?