I have the above excel source file format which I download from a third party system. I need to import data from this file into a table. As highlighted it has data for different program, I want to select all the rows for each program , and set the program name in table as that program for all the rows and insert into the table. Basically, select rows between each program.There is no fixed number of rows between 2 programs , it is random.
The table structure is
Program name,Applicant Name , Case Name, WMS Case Number ,CNNX Case Number,CNNX stage Type
How can I acheieve it using SSIS?