how do delete blank line in flat file while loading to table -SSIS

  • I will be receiving flat file & Its has two blank lines at the end. One blank line needs to be deleted or it will create blank record when loaded.

    How to handle or to write a code to ignore extra blank line at the end.

    Thanks in Advance

    Thanks,

    Vijay

  • Use a conditional split to redirect the unwanted lines to an unused output as part of your data flow.


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

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