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.

    The absence of evidence is not evidence of absence.
    Martin Rees

    You can lead a horse to water, but a pencil must be lead.
    Stan Laurel

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

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