: Think of skipLines as a way to ignore junk before the start of *any* CSV data.
: Lines are always skipped before any header/data is read.  While the
: implementations are related (skipping a header just increments
: skipLines), the concepts are independent.

yeah ... see that's not hwat i would have assumed at all ... i would have
thought that your CSV file is expected to be "clean" with the first line
being an optional header, and skipLInes is intended as a way for you to
say "ingore the first 105678 records of CSV data, i know they are old and
already indexed, start at record 105679"

: I'll re-read the wiki entries and see if I can clarify...

moving skipLInes to the top of the list and clarifying it strips off raw
lines before any header/data processing is done should do the trick.


-Hoss

Reply via email to