Is it possible to Load Data directly from Multiple Excel Sheets Into Pipe Delimited TXT File using SSIS..?

41 Views Asked by At

Can we load the data from a multiple excel sheets into txt file using SSIS without a temp table in between..?

I Tried it by loading the data of the multiple excel sheets into a table. After I loaded the data from the table into a TXT file. Is it possible to do without loading into the table Using SSIS..?

1

There are 1 best solutions below

0
Amira Bedhiafi On

You can start by creating a vatiable : enter image description here

Add a Foreach Loop Container in the Control Flow Task :

enter image description here

With the following configuration :

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here