Hi All,
I have a text in the following format
Row1: ABC Company
Row2: Address
Row3 (Column Names): Cust_Id Cust_Name
Row4 (Actual Row) : 123 Ndaves
Row5: ABC Company
Row6: Address
Row7 (Column Names): Cust_Id Cust_Name
Row8 (Actual Row) : 456 Kjorge
I have to create a ssis package to load this into SQL table.
Please suggest how this can be done.
Thanks,