I need to write a java application that will read the data from the .csv file (every line of data is delimited by comma) and then insert into an access file accordingly. I have written the java code upto creating the table, but not sure how to write the code for inserting values from .csv file to access file. I have been told to use buffer reader but not sure how to approch the problem. Any suggestions are appreciated...
Start Free Trial