[GIS] How to merge/combine several tables in geodatabase into one table using ModelBuilder

arcgis-desktopcsvfile-geodatabasemergemodelbuilder

I have over 50 csv files that have the same data structure and I need to merge them into one table.

As I need to build a model I have successfully imported all the files into a File Geodatabase.

How to I merge all these files into one table?

http://i.stack.imgur.com/wrsHw.jpg

Best Answer

You may use the Merge tool:

Combines multiple input datasets of the same data type into a single, new output dataset. This tool can combine point, line, or polygon feature classes or tables.

Open you model drag in the Merge tool, double click on in and add the many gdb tables within the input parameter, define out name and location, and then save model.