Validating a CSV file: either all rows are accepted or no rows are accepted
Good Morning: Looking to solve: Validation of a file as a whole. Should one record be invalid within a file that is read, then the entire file would be marked as invalid. No matter where the error occurs within the file. Additional info follows. I am...