I'm trying to generate a CSV file in the following format "value 1", "value 2", "value 3" etc.
I'm having trouble figurign out how to get "," into a variable, or how to wrap anything in quotes in general.
Any help would be appreciated, here's what I have so far. I've tried using the unicode value and a plain " in place of ", but neither are working.
Generating a CSV file from nodes
Hi,
I'm trying to generate a CSV file in the following format "value 1", "value 2", "value 3" etc.
I'm having trouble figurign out how to get "," into a variable, or how to wrap anything in quotes in general.
Any help would be appreciated, here's what I have so far. I've tried using the unicode value and a plain " in place of ", but neither are working.
is working on a reply...