I need to write a query that reads in a CSV file, does some magic, and then write an output CSV file. Specifically, I am merging two Blue Coat proxy server usage reports, removing duplicates, and cutting up some strings. Afterwards, I use a perl script to convert it to an Excel spreadsheet. My problem...