I am attempting to export my data as a CSV file. But every value in my table
that is blank is being replaced by "" when I export it.
I would like the option to have nothing, so it would just look like:
data, data, data,, data, data,, data
and so on. Where the ,, represents a blank cell.
Instead, this is what I am getting:
data, data, data, "", data, data, "", data
It is replacing the empty cells with double quotes, and I do not want this.
Is there a way to change the settings some how? So it will just leave a blank
cell blank.
Original issue reported on code.google.com by Austen....@gmail.com on 17 Sep 2012 at 9:00
Original issue reported on code.google.com by
Austen....@gmail.com
on 17 Sep 2012 at 9:00