psychodad71
IS-IT--Management
I'd like to import various text-files with various numbers of columns to existing tables. The problem seems to be that the the text-file for example contains 250 columns while the table contains 260 columns. The source columns should be copied to the first columns of the destination table.
source - destination
col001 - a (col001)
col002 - b (col002)
.... - .....
col250 - xyz (col250)
My first attempt is to create an activex-script which deletes all existing transformations and create new transformations. The problem is to connect all source columns to the first columns of the destination table. Any ideas ?
source - destination
col001 - a (col001)
col002 - b (col002)
.... - .....
col250 - xyz (col250)
My first attempt is to create an activex-script which deletes all existing transformations and create new transformations. The problem is to connect all source columns to the first columns of the destination table. Any ideas ?