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
Post a Comment