How to import a tab delimited file in MySQL database using Java? -


i want import tab delimited file in mysql database. how can using java?

this vague, sounds mysql specific question. here's manual loading files. default is:

fields terminated '\t' enclosed '' escaped '\\' lines terminated '\n' starting '' 

Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -