I have extracted some data from the email body and I wanted to enter the same in a data table so that I can convert the data table into CSV.
in one of the column I am getting the double qoutes “”, when I am placing the variable in data table, but prior to that when I check the variable in writeline activity it doesn’t have any sort of double braces but when I am writing the same variable in a datatable using add data column , rest all variable in datatable is fine but only one variable is having braces as shown in screenshot.
Please let me know how to remove the double qoutes from the data table ?
Can you share how you output the string? Did you use OutputDataTable activity?
If so, it autoamtically suroonund data by double quote if it contains comma or linebreak etc.
If you need CSV at the end, can you try to use WriteCSV without tab delimiter and ShouldQuote?
Or we can also use WriteRange to output it to xlsx file.
Yes for output string I was using outputDT activity.
At the end I want CSV, I followed what you suggested I unchecked the ShouldQuote, now quote is not there but still there is a extra line that is coming (as shown in screenshot), can you please suggest how to remove the linespace so that all the values come in same line ?