-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The command 'file_parser.set_skip_lines(2)' is not doing anything for me.
What steps will reproduce the problem?
I have tried it 'file_parser.set_skip_lines(1)',
'file_parser.set_skip_lines(2)', 'file_parser.set_skip_lines(2)' and so on, but
no reaction. file_parser start's always with the first line.
What is the expected output? What do you see instead?
With 'file_parser.set_skip_lines(2)' I like to see line 2, but it shows me line
1.
What version of the product are you using? On what operating system?
I tried it with version 1.0.0 incl. the latest one from SVN-download.
Please provide any additional information below.
It's a nice library, but why it looks like the project is not under active
development anymore?
Original issue reported on code.google.com by [email protected]
on 24 Jan 2012 at 5:32