I\'m writing a one-time Java program to add a bunch of rows in a CSV file to a MySQL database. Are there any Java classes/toolkits to help with this? Something that will escape
You might want to check out DbUnit. It has a bunch of tools for manipulating databases from XML and flat files.