Hi, I have a table of about 60 columns and at every given time I have to load flat file into this table, sometimes I get just 5 column to load, next month I might get 10 columns to load. Is there any way to dynamically map the flat file to the table. so that same ssis package can be use all the time. thank you