I have a template table in my geodatase that contains all the columns and formatting - the table contains no data though.
I need to make multiple copies of that template table and the multiple copies will be unique table names.
TemplateTable -> Table 1
TemplateTable -> Table 2
and so on.
Currently I have a text file that contains the names of the tables I need created.
How do I create a model that will export/copy and iterate a through a text file containing output names where the input file is always the same