Forum Discussion
jvandyck
8 years agoHelper IV
export to csv comma separated
If I want to export to CSV, it is comma separated per default, even though my regional settings are set to semicolumn. Any idea how to change this?
krisztb
8 years agoPower BI Team
Try to change the DeviceInfo settings for the CSV rendering extension:
Check FieldDelimiter field in the spec: https://docs.microsoft.com/en-us/sql/reporting-services/csv-device-information-settings
This page shows how rendering extensions can be tweaked in general: https://docs.microsoft.com/en-us/sql/reporting-services/customize-rendering-extension-parameters-in-rsreportserver-config
jvandyck
8 years agoHelper IV
Thanks for the suggestion...will check