Hello everyone,
I am facing a constraint with the export dataset feature. I would like to export a large amount of data with more than 4 entities on row without the header and the quotation marks.
Currently, when I execute the export dataset, I get the following pattern :
"XXX";"XXX";"XXX";"XXX"
I would like to get the following pattern :
XXX;XXX;XXX;XXX
Note : keeping the >;< delimiter without the quotation marks.
I tried to use the export dataview but considering the bunch of data it did not work. I also tried to export a cube using the csv format, but I can not define the delimiter.
Thank you for your help,