Hi Guys,
I have a large number of excel file that I want to take and import into SQL...
Now normally I would just do a simple Bulk Insert but the sheets are not all the same... But they do have a pattern to them. The pattern is that the information is in a 10 column wide grid then a empty column then again the 10 column grid with the info I want to export into my table... Now I don't know if I am over thinking it and there is a simple way to do this looking me in the face and I just can't see it...
As I said I have a large amount of sheets and I do not want to do this manual extract per sheet...
I have made a simple .xlsx to .csv converter, that all the data I work with can be easily imported and I can just use FIELDTERMINATOR = ',' to get the information from the files. Now I do not want all the information on this sheet only the information in this 10 column wide grid, but like I said I think I am overthinking it and there is a simple way to this but I just can't see it.
Sorry if this a bit messy still new to this platform...
I have a large number of excel file that I want to take and import into SQL...
Now normally I would just do a simple Bulk Insert but the sheets are not all the same... But they do have a pattern to them. The pattern is that the information is in a 10 column wide grid then a empty column then again the 10 column grid with the info I want to export into my table... Now I don't know if I am over thinking it and there is a simple way to do this looking me in the face and I just can't see it...
As I said I have a large amount of sheets and I do not want to do this manual extract per sheet...
I have made a simple .xlsx to .csv converter, that all the data I work with can be easily imported and I can just use FIELDTERMINATOR = ',' to get the information from the files. Now I do not want all the information on this sheet only the information in this 10 column wide grid, but like I said I think I am overthinking it and there is a simple way to this but I just can't see it.
Sorry if this a bit messy still new to this platform...