Hi ,
I have a situation where we have to move data from multiple sources data into one CSV file like
for eg:- first table data ( select * from table1 ) oledb source goes to csv destination file1
second table data ( select * from table2 ) oledb source goes to csv destination file1
third table data ( select * from table3 ) oledb source goes to csv destination file1
Fourth table data ( select * from table4 ) oledb source goes to csv destination file1
Fifth table data ( select * from table5 ) oledb source goes to csv destination file1
and for each tab in the CSV file i need name of the file name with date.
can anyone got in this situation. can you please guide me how to start?
thanks,
aravind-