-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove column order requirement for header and data columns (#4)
* validateHeader allows columns to be in any order validateHeader will now return errors for missing columns, as well as a list containing the required columns at their respective indices. The list may contain empty entries if optional columns are present. * validateHeaderRow allows columns to be in any order * Allow any order for validateColumns The new COLUMN_MISSING error is used to indicate missing columns. Additional columns are allowed. * CSV 2.0 columns can be in any order Remove the skipEmptyLines option from the parse. * remove unused COLUMN_COUNT error
- Loading branch information
1 parent
9d5cb56
commit 1318c7f
Showing
3 changed files
with
233 additions
and
280 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.