RE: csv to Tomcat to Mysql upload / import
"Tim Lucia" <[email protected]>
| Newsgroups | gmane.comp.db.mysql.java |
|---|---|
| Message-ID | <010d01c67e80$bcffc430$0400a8c0@timlap> |
I've used a CSV JDBC driver once before with success. It becomes an exercise of reading from one JDBC connection and writing to the other. http://csvjdbc.sourceforge.net Tim -----Original Message----- From: Christopher Molnar [mailto:[email protected]] Sent: Tuesday, May 23, 2006 11:16 AM To: [email protected] Subject: csv to Tomcat to Mysql upload / import Hello, I need to ask a question from any of the java experts out there. Can anyone suggest or share a code segment that allows a web user to upload a csv file and then parse it on the server end with the end goal of it going into a mysql table? I have searched everything I can think to search but can't find anything. Thanks, -Chris -- MySQL Java Mailing List For list archives: http://lists.mysql.com/java To unsubscribe: http://lists.mysql.com/[email protected] -- MySQL Java Mailing List For list archives: http://lists.mysql.com/java To unsubscribe: http://lists.mysql.com/[email protected]