Upload CSV file into MySql Database based on columns using Servlets and Java
The CSV file is having multiple values to insert in perticular columns and rows in mysql database.
Here we have two files so we have to insert in two tables .
one is Header part file
another is Detail part file
Basically these two are to upload the questions and answers into the examination portal to upload question papers and answer paper in (Merit Tracking System project).
First we have to do the things are Uploaded file has to save in perticular folder and then they have to insert the values into the database table.This is our main task to do.
Read more..
Here we have two files so we have to insert in two tables .
one is Header part fileanother is Detail part file
Basically these two are to upload the questions and answers into the examination portal to upload question papers and answer paper in (Merit Tracking System project).
First we have to do the things are Uploaded file has to save in perticular folder and then they have to insert the values into the database table.This is our main task to do.