Hi,
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 ?
J