What's the easiest way to remove last row from the text file using SQL Server Integration Services?
Thanks.
|
1
|
What's the easiest way to remove last row from the text file using SQL Server Integration Services? Thanks. |
|||
|
|
|
|
Because SSIS is pipeline based, there's no good way to look ahead and know that a line is the last line. However, depending on your actual goal, there are a number of ways to achieve this:
|
||
|
|