alimanfoo / csvvalidator

A small CSV validator library for Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to specify that no header is present

sjvdm opened this issue · comments

When using a csv.reader object, the validator assumes that there is a header present and skips validation on first line.