I think one of the best lessons I learned from my college computer programming classes was that no matter how well you thought your program worked you had better be running your final QC on the output file itself. Your program may run without an error and your output may have been created but do you know it is correct?
You’ve done your QC along the way and everything is checking out. You expect the output file to be correct but simple practice of opening the file and....