I'm looking to combine several tables into a single data load table using SSIS. The tables are built by some software that I wrote and are created during a data processing stage. Each of the tables will be in a different format and represent a different load file but all will contain various key fields that will need to be extracted, cleansed and then placed in another table. The various key fields may not have static names (e.g. 'payment' in one table and 'pymnt' in another) so will need to be mapped to the destination table if possible.
As I've not used SSIS a great deal (I've used SQL Server for over 10 years in various dev roles) I was wondering if anyone could give me any pointers in terms of direction or even if SSIS is the right tool for the job ?
I can use either 2008R2 or 2012.
I appreciate the questions is a bit vague but I'm really looking for a place to start my investigations.
Many thanks in advance