Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

From File Name Inserting as a value in to Destination Table

$
0
0

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.




Viewing all articles
Browse latest Browse all 24688

Trending Articles