csv-file-validator
csv-file-validator copied to clipboard
🔧🔦 Validation of CSV file against user defined schema (returns back object with data and invalid messages)
I have encountered a strange issue. The code worked fine with my headers. Then I added two new headers with the exact same structure, and suddenly I get an error...
Hello, I noticed an issue with this package where if you pass `parserConfig: { dynamicTyping: true }` in the `config` the code breaks if there are types other than strings...
In case the CSV file needs to be used for something after validation, it would be good to have a way of getting all the validated rows separately from the...
Hi, im wondering if you can help me with this issue, i want to skip some rows form a csv, how can i do this ?
Hello I have the following issue, one of my columns is a free text and in this column there could be a comma. However this doesn't mean additional value. Could...
Added an optional version of required to trim the value first to account for blank values (just space). Also, there was an issue with the wrong index used in tests...
When `dependentValidate()` fails, it sets the error message from `validateError()` function given. But instead it should have its own error handler `dependentValidateError()` to show more precisely what is wrong.
Hi. I think we should be able to override this message, so we can show it in different languages. Thank you.