Create tables automatich with titles from CSV
Posted by: Jonathan Tapia Lopez
Date: September 15, 2011 03:43AM

Hey guys i new in the forumn and im trying to to:

Create tables in MYSQL
Import data from CSV.

I know how to do manually this but i want to do automatic, I was thinking to do with java

File.csv

[CONTENT]

Name;Data1;Data2
Luis;25;40
Pedro;45;70
...
..

Read the file from csv and create a table in JAva->Mysql.

And after that import the csv to mysql,+

What do you think it's a good idea or any other option.

Thanks.

Jonathan

Options: ReplyQuote


Subject
Views
Written By
Posted
Create tables automatich with titles from CSV
3873
September 15, 2011 03:43AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.