transferring txt file to mysql

  • Thread starter Thread starter Anonymous
  • Start date Start date
A

Anonymous

Guest
what you need to insert data into a database is the columns you wish to insert to and the value that will go in them, if each of your text files have different structures am not sure how you'll be able to use a single script for it.

Ideally I'd suggest making the files the same structure to make it easier on yourself.
 
Back
Top