Greetings,
I am unable to load data from multiple sources(Excel and Text) into single SQL server table using SSIS. As in am new to this subject, couldn't find solution for this. When I am browsing for solutions online I found this page(Code Project) and found something interesting about this articles and got to know many new things. And wanted to know solution for this.
Here is the explanation:
A folder contains same structured file (same column count, order and
information) in three different format (.xls, .xlsx & .txt).
Create a solution (single package) to load these three different format file into
single target SQL server table.
Data I worked on is a simple employeedata
empid,ename,dept
1,steve,20
2,john,20
3,martin,30
Appreciate your help.
Thanks!!