Flat file with diffrent number of columns

  • i have an existing package which runs like the following

    it has foreach loop which will fetch the files with cvc format 4 colums

    and table maping and insert into database.

    i have problem with 6 coumn of data in flat file how i can handel this with a singel package i need modifi existing package with handling diffrent coluns data with out distrub the existing table mapings

    with error handling any help

    thanks in advance

    pha

  • To be short: you can't do dynamic column mapping with out-of-the-box SSIS. The metadata will always be screwed over.

    The only option is to use script tasks/components to dynamically read/write your data.

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply