I answered my own question. Here is what I did.
I went to the Import Tab for the table
I set the character set of the file to ASCII
I choose CSV using LOAD DATA
Then
Replace table data with file unchecked
Ignore duplicate rows unchecked
Fields terminated by /t ( this means tab )
Fields enclosed by nothing ( not even a space, nothing )
Fields escaped by /
Lines terminated by AUTO
Column names leave blank
Use LOCAL keyword Yes
Then hit go
I figured it out myself. Neener Neener Neener Neener Neener


Reply With Quote
