When I export a report using CSV the output records are only separated by a linefeed and not by a carriage return. Is it possible to change this setting? I’ve already tried a script which changes the System property line.separator, i.e. System.setProperty(‘line.separator’,‘\r\n’)
unfortunately, this is not possible, since the line separator is currently ‘\n’ and there is no way to change this.
For next reportserver versions we will consider changing this to ‘\n\r’.
In this configuration file, you can set the line separator (among with other CSV settings). All these settings are also configurable in the CSV-Export dialog, so there is a default (the settings in the file) and a per-export setting (the settings in the dialog). The dialog shows by default the settings in the file.