Forum Discussion

SMR's avatar
SMR
New Contributor
6 years ago

How to write data to csv file using Java script?

Hello All,   I need help in writing values to csv file.My code is as below:   Driver = DDT.CSVDriver("C:/test.csv");   while(!Driver.EOF()) {   rowValue = Driver.Value("1stcolumn"); ...