Hello All,
I am Using SSIS 2008, I have a File name say "Formulary Termed report.xls" and "Formulary Open repport.xls" from these filenames i have to take only Term and insert into Destination table
column "Type" and Open from file into table column "Type" . and in My for each loop Container i have a variable which captures FileName say variable Name "In_File_Name"
In_File_Name Have Value "Formulary Termed report.xls" in next loop it will have value "Formulary Open repport.xls""
Ex:
Type
=====
Open
Term
How to achieve this in SSIS, if anyone knows please post the solution it will be helpful to me.
Thanks
======
Supreeth.