Classic Excel Import Issue

  • I have a ssis package which imports an excel file.

    My problem is SSIS is importing more rows than they are present in the excel file.

    On investigating i found that additional rows are all NULL and they are they being picked up because the format of the column has persisted in the blank rows. (in this it is date)

    Is there any fool proof way to avoid this? (other than manually clearing the format of the blank rows)

  • You can have a Conditional Split component that will check the for the values and re-direct the row to appropriate outputs...

    --Ramesh


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

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