Quick Programming Project

Since I have started using Xpenser to track my time and it exports data in CSV format, I threw together a small program to read the CSV file, calculate my time on various jobs, and output that time along with the amount owed for the individual job and total owed over all jobs. The only …