the program is just about done, hopefully will have the first pass started tonight for 1991 (might as well start with the largest data set first).
I started out writing the VIN generator first in VB 2005, but one of my developers excels at this stuff and by the time I had finished the code to generate the checksum, he already had written Java code to generate all possible VINs, code to try a standard transmission first and if it returned results, then move on to the next VIN, otherwise try automatic (trying to keep number of db lookups down), and code to scrape the return data. The only thing he had left was figuring out how to do a POST via the Java API. As of this morning he had that done and apparently just needed to know what format I wanted the output in.
So, obviously I'm out of the picture now, this stuff is best left to the experts
. I have him dumping everything to an XML file which I'll import into Excel. Not sure how long it will take to do approx 10,000 lookups, but hopefully by tomorrow or Wed I'll have the spreadsheet available for 1991 (and an XML file with the data if any techies here want to import it into a database).