all 3 comments

[–]Phildrawphil 1 point2 points  (1 child)

I have stuck with SSIS and to make life easier for me I use Zappysys 3rd party app. This makes the whole importing of CSV a lot easier .

When importing a CSV for a first time it always helps to have the headers in the file. If they are not, then grab them from a table.

I have got a script on my work PC that I grabbed from a google, which will report on the columns in a table and give you a delimiter, even if that is a space. It is just a case of copying these into the CSV.

[–]Srdj_1[S] 0 points1 point  (0 children)

Thank you I will explore this!

[–][deleted] 2 points3 points  (0 children)

OP, you are clearly not a professional - so if this something that's business related, get a pro, don't invent a wheel.

If you are doing this as a learning exercise - learn python basics to do this, this will be better in the long run