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

🔧🔦 Validation of CSV file against user defined schema (returns back object with data and invalid messages)

Results 19 csv-file-validator issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

bug

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...

enhancement

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 ?

enhancement

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...

enhancement

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.

enhancement

Hi. I think we should be able to override this message, so we can show it in different languages. Thank you.