top of page
Geoprocessing and Problem Solving
This is a Python script to list all the fields in a feature class.
There are three error handling techniques.
Technique 1: Running the tool with a print statement before stating it is started and after stating it finished
Technique 2: Adding a print statement stating which tool is running
Technique 3: Try-Except

bottom of page