Greetings. I have a project where I must import an Excel spreadsheet into a table, but the spreadsheet format has a single row with an ID value, and then three associated rows across four columns that go with that ID value. The end result must be a single row of data for each ID value.
Example
Field1 Field2 Field3 Field4
ID Text Text Text
Text Text Text
Text Text Text
My thought is a two stage import: Step 1 would be importing into an interm destination table, where each row in Field1 would be populated with the proper ID value for all three rows. Step2 would then be reading and parsing out the values so that all data associated with that ID ends up on a single row.
Any thoughts on how to accomplish this? I have some ideas but before I spend hours going down the wrong track I thought I would would go where the gurus gather....
Thanks
Example
Field1 Field2 Field3 Field4
ID Text Text Text
Text Text Text
Text Text Text
My thought is a two stage import: Step 1 would be importing into an interm destination table, where each row in Field1 would be populated with the proper ID value for all three rows. Step2 would then be reading and parsing out the values so that all data associated with that ID ends up on a single row.
Any thoughts on how to accomplish this? I have some ideas but before I spend hours going down the wrong track I thought I would would go where the gurus gather....
Thanks