sql - SSIS Import Excel Document Using Column Position, Not Name -


i wondering if possible import excel documents using ssis referencing column position? example, import columns a,d,m,aa, etc. ask because need load in several excel documents third party. each document contains same data type in corresponding columns, except column names different each document.

thanks!

yes won't using excel driver , connection manager. instead, use ole db driver , write sql query against file. basic excel files, go-to approach importing data out of excel.

various incarnations of approach


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -