I followed this great link below to accomplish 90% of the work. But when I created excel files using 'dateparts' it only created the excel files, but did not load the data into those files.
How to split table data into separate named Excel files using an SSIS package?
Example: This link above showed how to create North, South and Template excel files from table values. But in my case I want to create North_20130613, South_20130613 and template_20130613. I created these files also, but was unable to load the data into them(extended with 'datepart').
I also would like to know how to append everyday data into those files.