J
Jeff
Hi,
I am writing data to a csv. There are 3 columns.
I want the csv output to look like this (without a comma after the last
column data)
Column1 Column2 Column3
data,data2,data3
data,data2,data3
.......
But the csv looks like
data,data2,data3,
data,data2,data3,
Thanks for your help
I am writing data to a csv. There are 3 columns.
I want the csv output to look like this (without a comma after the last
column data)
Column1 Column2 Column3
data,data2,data3
data,data2,data3
.......
But the csv looks like
data,data2,data3,
data,data2,data3,
Thanks for your help