Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
To read the first N line, you can set the Limit field on tFileInputDelimited to let the component only read the first N line, for example, set Limit as 1 to read the first line. To read a range of lines, for example, from 10th line to 20th line, you can use tSampleRow component.
I have N no. of records in a text file. How can I select last record from the this file?