shystruk/csv-file-validator
🔧🔦 Validation of CSV file against user defined schema (returns back object with data and invalid messages)
JavaScriptMIT
Issues
- 1
Custom error message for number of fields mismatch
#124 opened by mzbortek - 10
Optional column not supported correctly
#14 opened by jcampbell1710 - 0
Not able to shuffle header names
#125 opened by devikarthikd - 7
Custom error message for dependentValidate error
#114 opened by Sheikh566 - 0
Number of fields check for the first row
#123 opened by mzbortek - 0
- 3
- 2
Add configuration option for converting CSV column number indices to letter indices for validation
#110 opened by lulzash - 1
Dynamic Typing in PapaParse config breaks the module
#103 opened by nholmes3 - 2
Last required header is skipped by validation
#111 opened by Rizvanchos - 3
"FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory" when adding new validator headers
#104 opened by nimrodyanai - 1
Unique fails for email field
#107 opened by yellowBirdy - 0
- 0
- 4
- 4
Header Name cannot be read
#96 opened by JahanzaibTayyab - 0
Validate Function Should Be Async Function to check whether a user with this email and mobile already exist or not in dababase
#94 opened by dshetkar-fa - 1
[Bug] Using Papaparse config header = true
#93 opened by Mitchnsun - 0
- 1
- 8
- 1
Skip rows from csv
#85 opened by LesterAngulo - 1
validation for dependent columns
#69 opened by vikeie - 3
required column bug
#63 opened by alainib - 2
Type definitions
#64 opened by javierlinked - 0
Delimiter (,) in one of the fields
#70 opened by nikichak - 4
- 2
- 4
- 1
Ignore columns specified in config
#47 opened by jbutkowski - 0
- 0
The unique error map does not return the row and column number of the entry that is not unique but only returns the header name.
#20 opened by vinayVarshney - 0
Feature request: Add optional header to config
#43 opened by Enase - 10
[Bug] Cannot read property stream of null
#36 opened by Mitchnsun - 2
- 0
Scenario for "optional" column
#16 opened by shystruk - 3
How can we validate headers, not values? and optional key is not working, showing same result for both boolean values.
#12 opened by rajatsehgal2010 - 1
How can I map the inputName field with the field given in the csv file if the fields in csv file are not in sequence ?
#13 opened by rajatsehgal2010 - 1
Validator is not identifying empty entry in the csv file therefore no error is returned while validation process
#11 opened by rajatsehgal2010 - 4
I got UndetectableDelimiter as in csv file i am using , the delimiter is "," . So how can I add delimiter?
#9 opened by rajatsehgal2010 - 0
- 4
Not able to define optional columns
#6 opened by ganeshpatro321 - 9
IE 11 issue
#3 opened by kthomas182 - 3
Letting you know about similar efforts
#1 opened by nugend