I routinely merge and export my data using a repetitive process using the Merge tool and the Feature Class to Feature Class tool. Is it possible to view the script that's generated when I execute these tools to save as a script?
From the results pane, you can right click on an executed command and select 'Copy As Python Snippet' to get the relevant Arcpy method and parameters. You could also set up a basic model using Model Builder which could run each step sequentially that you're using.
From the results pane, you can right click on an executed command and select 'Copy As Python Snippet' to get the relevant Arcpy method and parameters. You could also set up a basic model using Model Builder which could run each step sequentially that you're using.