Lots of hosting companies disable the 'USED' command in mysql, often used to LOAD DATA INFILE in a CSV format. This script is the attempt to work around that. It automatically analyzes the structure of a MySql Database, compares it to the structure of the data in the CSV file, and imports the data. Further testing is pending. Check the homepage for updates.