Proble in CSV export
I am facing an issue with .csv upload?
I am executing a query in jsp page & redirecting the output to a .csv file using
response.setContentType("application/vnd.ms-excel");
response.addHeader("Content-Disposition", "attachment;filename= Output.csv":
Data is being directed properly, but the data is being store from 10th line of the file.
Can someone help me on this one?

