How to remove double quotes in exported data with Groovy DataExporter?
Summary:
Content (please ensure you mask any confidential information):
Hi,
Is there a way to remove double quotes in exported data when using Groovy DataExporter? By default it all has double quotes surrounded.
"FY19" "Current" "BU Version_1" "EUR" "CA" "Grade 1" "Employee 1" "Name" "Jan" "Coke"
"FY19" "Current" "BU Version_1" "EUR" "CA" "Grade 1" "Employee 1" "Name" "Feb" "Pepsi"
"FY19" "Current" "BU Version_1" "EUR" "CA" "Grade 1" "Employee 1" "Name" "Dec" "Sprint"
Thanks,
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
0