I am currently generating the excel files dynamically using foreach loop+file system task+ data flow task which will load data to the excel files. But, when i am getting duplicate records instead of over writing already created excel file. I want the duplicate records to load into already created file. For example if for one product there are four prod items having same name. The file created with a specific product should have all the product items in it.
Please suggest me a solution. Since this is excel generation which is most hectic thing in ssis.. please try to provide soln elaborately. Thanks in advance.