I have a csv file with 2 rows - column headers and values.I need to access the value of each column and update the value.
this script is proving value in a new row.
CSVWriter writer=new CSVWriter(new FileWriter("C:\\Try.csv",true));
writer.writeNext(pNumber);
writer.close();