Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

SSIS - excel file manipulation

$
0
0
Hello everybody,I have a task where I need to process roughly 60000 excel spreadsheets and bring them into a SQL Server 2014 database. All excel files have the same format and same number of identical columns. I have set up an SSIS package that is using Foreach Loop Container to look into a folder and process these files one at a time and load them to a table. The mappings are straight-forward, no problems there.I am attaching a sample spreadsheet with two tabs - current structure and desired structure.Basically what I need to do is to repeat the first 7 columns based on the number of lines in a transaction.The number of lines is variable per patient.Thanks for your input,Petr

Viewing all articles
Browse latest Browse all 3145

Trending Articles