Double Quotes in eText file for column data which has spaces
Hello folks,
I have a requirement to create a CSV report in Oracle Fusion BI. I am able to get the output, but when I open the file in a text editor, I find that a column which has data comprising of 2 words is enclosed with double quotes. Here is an example:
140020,00000,0000,100006,Buildings,2000,2020,4
140050,00000,0000,100017,"Medical Equipment",15,2020,4
Here, the 5th field of the first row has value 'Buildings' so there are no double quotes. However in the 2nd row, the data is 'Medical Equipment' and this gets enclosed in double quotes.
Is there a way wherein I can get clean data without the double quotes?