Forum Discussion
Paginated Report export to CSV adding quotation mark only for selected lines
when does this become an issue? Normally the CSV ingestion apps can handle quoted delimiters automatically.
- sevenhills4 years agoSuper User
I did mention in the post, please check: ... when exported as CSV , it adds double quotes, if the row has comma (,).
More details:
a) If the data in a table column has a comma or other special characters, csv download is adding the double quotes. This is default behavior. I do NOT want double quotes.
b) I used to control this behavior this in SSRS Server configuration, not to add any double quotes. by adding one more download option as "CSV 2" and provided instructions to the report users.
c) For the set of reports, I am working, the source is snapshot output files since 2000, of many reports, which are from other systems.
We are storing them and displaying as-is for the end user to download. Basically SSRS is acting as wrapper and facade to these data. hence these reports always has one column table and download the original source file.
Now, we are moving all SRSS reports to power bi service - paginated reports, not sure how to config and handle this scenario.
TIA
- lbendlin4 years agoSuper User
I still don't see the issue. Power BI handles quoted data automatically, even if not every row is quoted.
- sevenhills4 years agoSuper User
I dont want the double quotes when exported from paginated report as csv.
This is paginated report and I do understand it is default behaviour. This can be overwritten if it is on-premise PBIRS/SSRS server, check the links above. But for power bi service, I want to know how to do ...
This is Not Self-Service Analytical Reports.