I have a number of Tab-delimted files that I need to upload into mySQL server. The first two rows of the file is garbage and the next five rows is what I need to upload for each of these files. Each row has five columns. Additionally, I need to insert the file name also as a row.
I am envisioning a button to select and upload the data from each file into my database. Could anyone help me providing the code to build the program. Any help is appreciated.
Thanks in advance
-Naveen
I am envisioning a button to select and upload the data from each file into my database. Could anyone help me providing the code to build the program. Any help is appreciated.
Thanks in advance
-Naveen
Comment