Need to add double quotes (") infront of every field in CSV
This requirement is to add double quotes infront of every field in CSV output.
I had marked the export to CSV option and had tried to get the output in CSV (opening in notepad) and that works fine.
But when I try to add the double quotes, System shows three double quotes
Desired output: "Oracle","JDE"
I had created a variable initializing the double quotes and concatenated using expression builder with the variable. But the Output looks like:
"""Oracle""",""""JDE"""
Kindly let me know if there is any solution to overcome this.
Thanks,
Naveen