csv-validator icon indicating copy to clipboard operation
csv-validator copied to clipboard

Option to ignore undefined columns

Open kenhosr opened this issue 8 years ago • 1 comments

Git commit version: 3be31fb

Currently, in the schema, we need to define every column, even when some columns we actually don't care, we still need to list them and associate empty rule with them.

With a global directive to ignore undefined columns, means apply no rule to the un-defined columns, it will be helpful.

kenhosr avatar Feb 21 '17 21:02 kenhosr

We'll give this some thought - it would have to be an option mutually exclusive to @totalColumns as that verifies that the number of rules matches the number of columns in the file being validated.

DavidUnderdown avatar Feb 22 '17 09:02 DavidUnderdown