1

Need to transfer data from multiple Excel files to a SQL table. For instance there are multiple excel files in a folder such as 1.INR_08012013.xls 2.INR_08022013.xls 3.INR_08032013.xls Note: Look at datepart increments in the file_name.

I'm planning to create SSIS package and import data into SQL. I know i can import one excel file at a time but i'm planning to do several at a time. There could be many excels so i don't want to create multiple SSIS packages for this job.

I want to create one SSIS package(for multiple excel files) and import the data into SQL. Is this possible thru SSIS, Give me some guidance.

Thanks!

4

2 回答 2

0

是的你可以。金额是恒定的还是每个日期都有一个excel?

看看我对Daily Import的回答,它与您的问题非常相似。将 foreach 循环中的变量用作Excel Data Source-> Expressions-> Source

于 2013-08-20T06:46:08.230 回答
0

我不是 SSIS 用户,但使用 google 我发现

http://bi-polar23.blogspot.com/2007/08/loading-multiple-excel-files-with-ssis.html

http://codejotter.wordpress.com/2010/04/06/importing-multiple-text-files-using-ssis/

希望这可以帮助。

于 2013-08-19T21:30:17.590 回答