my python skills are very limited (to none) and I've never created an automated, sequential request for ArcMap. Below are the steps I'd like to code, any advice would be appreciated.
- Locate File folder
- Import “first” file (table csv) (there are over 500 cvs, the naming convention is not sequential)
- Join csv to HUC08 shapefile
- Select data without Null values within under the field name “Name”
- Save selected data as a layer file within my FoTX.gdb
- Move to the next file within the folder and complete the same action until all actions are complete.