I have 12 CSV files, each containing data for the respective month of the year. They are all named respectively, i.e. January_2020, February_2020, March_2020 etc and are stored in a folder named 2020_monthly.
For the smooth running of the workflow, I first convert the CSVs into geodatabase tables. Naturally, I need these tables to retain the same names as their respective CSVs.
I then need to display all of these tables as points, converting them into feature classes in the geodatabase on the way. For the sake of organization and smooth workflow, I need the new feature classes to also keep the original Month_Year name. This is where I get stuck, as my ModelBuilder just produces one table/feature class and that’s it. What am I doing wrong?

