I have various columns with different names. For example,"Acctng Date" and "Acctg Date" There are more columns with this issue, but I essentially would like to rename these columns and then combine the data. Is there an easy way to do this with there being so many columns that need to be renamed?
If your tables has the same data structure
(i.e. the number of columns and the type of each column are the identical for all tables)
and the difference is only the column names,
the chances are that you may simply Union them with "Auto Config by Position".
https://help.alteryx.com/current/en/designer/tools/join/union-tool.html#idp344297