ExportToCSV surround each cell with quotes. For example
"header1","header2","header3"
"r1value1","r1value2","r1value3"
"r2value1","r2value2","rwvalue3"
as opposed to
header1,header2,header3
r1value1,r1value2,r1value3
r2value1,r2value2,rwvalue3
I'd like to be able to export the data without the quotes. Is there a way this can be done?
Any help would be greatly appreciated. Thank you!
"header1","header2","header3"
"r1value1","r1value2","r1value3"
"r2value1","r2value2","rwvalue3"
as opposed to
header1,header2,header3
r1value1,r1value2,r1value3
r2value1,r2value2,rwvalue3
I'd like to be able to export the data without the quotes. Is there a way this can be done?
Any help would be greatly appreciated. Thank you!