Report as CSV exports without new lines

When exporting logs from RMS, the logs are all on the same line making the CSV useless.
There should be a \n after every entry, that does not seem to be added.
All headers and entries are on the same line, with no separator between entries.

Example:
Information date range (UTC): 2025-04-02 08:32:11 - 2025-05-02 08:32:11Name,MAC,Serial,Company,Sent,Received,Operator,Connection type,Maximum temperature,Minimum temperature,Device uptime,Device downtime,Connection uptime,Connection downtime,Maximum signal,Minimum signalSite1,FF:FF:FF:FF:FF:FF,6000000000,#00000 Company,93.21 MB,96.52 MB,Telenor,4G (LTE),33 °C,29 °C,30d,0 s,30d,0 s,-48 dBm,-85 dBmSite2,FF:FF:FF:FF:FF:FF,6000000000,#00000 Company,68.51 MB,56.34 MB,Telenor,4G (LTE),33 °C,28 °C,30d,0 s,30d,0 s,-48 dBm,-83 dBm

It should be structured like this:

Information date range (UTC): 2025-04-02 08:32:11 - 2025-05-02 08:32:11
Name,MAC,Serial,Company,Sent,Received,Operator,Connection type,Maximum temperature,Minimum temperature,Device uptime,Device downtime,Connection uptime,Connection downtime,Maximum signal,Minimum signal
Site1,FF:FF:FF:FF:FF:FF,6000000000,#00000 Company,93.21 MB,96.52 MB,Telenor,4G (LTE),33 °C,29 °C,30d,0 s,30d,0 s,-48 dBm,-85 dBm
Site2,FF:FF:FF:FF:FF:FF,6000000000,#00000 Company,68.51 MB,56.34 MB,Telenor,4G (LTE),33 °C,28 °C,30d,0 s,30d,0 s,-48 dBm,-83 dBm

Hello,

Thank you kindly for the suggestion. I’ve generated a report on my own device via RMS, and when opening the file it came out just fine:
image

Perhaps it’s some settings with excel that you might have to tweak in order to be able to see them properly.

Regards,
M.