Hello, 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.
Step 1: Locate File folder
Step 2: Import “first” file (table csv) (there are over 500 cvs, the naming convention is not sequential)
Step 3: Join csv to HUC08 shapefile
Step 4: Select data without Null values within under the field name “Name”
Step 5: Save selected data as a layer file within my FoTX.gdb
Step 6: Move to the next file within the folder and complete the same action until all actions are complete