If I have read your question correctly, Im assuming you want to read a CSV file as an input into a job, and only want to take the 4th line (record) and records after that.
Why dont you just use a sequential file stage (comma delimited) and pass it through a transformer stage that has a constraint of @INROWNUM >= 4 ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.