Forum Discussion
Anonymous
7 years agoNot applicable
Export Data - change deliminator
Dear community,
I was trying to change the deliminator of the "Export Data" function by changing the render connector as following:
<Extension Name="CSV" Type="Microsoft.ReportingServices.Rendering.DataRenderer.CsvReport,Microsoft.ReportingServices.DataRendering"> <Configuration> <DeviceInfo> <FieldDelimiter>;</FieldDelimiter> </DeviceInfo> </Configuration> </Extension>
Unfortunately, the export still separtes values by a comma. Does anybode has ever successfully changed the deliminator? If yes, how?
3 Replies
- Greg_DecklerCommunity Champion
Where did you make this change?
- AnonymousNot applicable
I that that change in the config file under within the <Render> part. But it just does not take effect, the export is still comma separated. Do you have any idea on how to change that?
- AnonymousNot applicable
I've only played with the config files a couple times, but only noticed it working after a server reboot. Perhaps try that on your DEV server.