Hi,
A simple question ->
I want to write "" value in a field in a csv file using csv writer.
When this csv file is opened in notepad, the value should look at "" and not as """""".
E.g. Note the third column, that is how it should be visible.
ID,Name,Comment
12,Vijay,""
13,Sambhe,""
Its odd but that is the requirement. I can add a workspacerunner, read csv as texfile and replace """""" as "" and write to a textfile but I want this to be done in a single workspace.
Thanks,
Vijay