Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago

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

    • Anonymous's avatar
      Anonymous
      Not 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?

      • Anonymous's avatar
        Anonymous
        Not 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.