Validating CSV Headers In Your Scripts
Validating csv files tends to be one of those things that has to be customized for each script. I was tired of this, and wanted to make a way to be able to validate csv files before any of the script was run to prevent issues - so I created a new project to be able to validate CSV files and return WHAT of the csv file is invalid.
This is only the first start of the project with more to come eventually to allow the cmd to be a little more flexible in HOW it determines if a CSV is valid or not.
Read More