How to Read Last(Footer Row) Row from Flat File
Sometime we have to read the last row (Footer Row) from flat file. By using Script Task to read a Header Line of flat file. Step 1: Open Microsoft Visual Studio and create a new SSIS project (Ctrl + Shift + N). Step 2: In Control Flow window, Drag and Drop a Script task. Step 3: I have a flat file as shown in bellow. Step 4: Create a two variables as VarFilePath and VarHeader. Variable Name Data Type Value VarFilePath String C:\Users\challaba\Desktop\Newfolder\ Personal\ Flat Files\Test_File_8192015.txt VarFooter ...