: Any comments on the CSV parameters, while the paint is still fresh?

the params look sane to me, but two things should have hteir documentation
clarified...

1) relationship between "header=true" and "skip=N" ... are rows 0 to N
skiped first, and then row N+1 is ignored as the header; or is row 0
ignored as a header and then rows 1 to N+1 skipped; or do they overlap, so
that regardless of the value of "header" rows skip=N means rows 0 to N are
skipped (esentially making skip=1 unneccessary if header=true)

2) what escaping (if any) is understood by the CSV parser?  how does the
escaping change if an alternate encapsulator is specified?



-Hoss

Reply via email to