I need some help with some nested Search/Insert Cursors adding data to a table and to a point feature class.
- What I have:
- I have one big table with stations 1-n with for example 10,000 rows for each station.
- A point feature class in a file geodatabase. - What I want:
- I want to copy the rows for each station into a newly created table (all attributes).
- AND I want to copy the first row from this new table into the point feature class but only with the relevant fields (5 attributes) adding its point to the geometry of course. - What I get: