On 3/31/07, Chris Hostetter <[EMAIL PROTECTED]> wrote:

: - skipLines specifies number of lines to skip before CSV data starts

based purely on reading the wiki, it's still not clear to me how
skipLines=N and header=true interact ... i assume the header is poped off
first, but it would be good to be explicit (and mention each option in the
description of hte other so people who see skipLines first don't assume
that's the only way to ignore a header line)

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.

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

-Yonik

Reply via email to