Hi,
I would like to load multiple flat file into separate(individual) excel file dynamically. I have used for each loop container and assigned a variable to it (filepath and file name). Then in dataflow I have a flatfile source and excel destination. I created other two variables (destination and destination path) When I run my package , I get all the records in one single file. But I want to have individual excel file for each text file.
Please save me.