Are there any good examples showing how to create point geometry using arcpy.da.InsertCursor from a CSV File. All the examples I find start with a list and not a file.
I attached the script I wrote using the old InsertCursor method. I read da.InsertCursor is the better way to write geometry and I can't figure it out.
Thanks for the suggestions. I figured it out. I posted response. I just needed make a list out of the csv rows to pass to my insert cursor.