yilmazzgokhann / google-refine

Automatically exported from code.google.com/p/google-refine
0 stars 0 forks source link

Export CSV without replacing null values with double quotes? #612

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by tfmorris on 17 Sep 2012 at 10:28