csval icon indicating copy to clipboard operation
csval copied to clipboard

Check CSV files against a set of validation rules.

Results 4 csval issues
Sort by recently updated
recently updated
newest added

We use txt file and csv format. Is there a way to pass in .txt files and received the same validation.

Have you ever considered streaming the csv in on a chunk basis? I think that could help this really work for very large CSVs. I'd be very interested in this.

Hey - I wanted to use your tool but I couldn't see an option to pass in a custom delimiter

enhancement
help wanted
good first issue

I'm running csval against a 2.5GB csv and I get the error ```Error: Cannot create a string longer than 0x1fffffe8 characters``` after about 5 seconds of execution.