Specific requirement : We need to extract multiple tables from ERP system and stage them in BODS SQL server database.
As the need is for lot of tables , we want to come up with a generic Job which can be used for all the tables which have different sructures.
So BODS Job should create tables on the fly and also load data into different tables not having same structure. We can maintain a config table of all the tables to be extracted.
Any ideas?