0

I want to create a table from xml spreadsheet or csv file in MySQL.

How can I do it ?

smitrp
  • 1,292
  • 1
  • 12
  • 28
  • This appears to be very similiar to [3621798](http://stackoverflow.com/questions/3621798) or [8031193](http://stackoverflow.com/questions/8031193) – arober11 Dec 02 '12 at 23:25

1 Answers1

1

You should probably use load data on your CSV.

Nanne
  • 64,065
  • 16
  • 119
  • 163