To fix this, this line from mdfreader.py needs to change to this:
f = open(filename, "wt", encoding=encoding, newline='')
Originally posted by @cristi-neagu in #135 (comment)
Hello,
Was trying to reopen this issue from 2018, but I was unsuccessful. I tried the suggested modification to mdfreader.py, but my csv exports still contain empty rows between data points.
Can anyone please assist?
Thanks!
Ecalpy
To fix this, this line from
mdfreader.pyneeds to change to this:f = open(filename, "wt", encoding=encoding, newline='')Originally posted by @cristi-neagu in #135 (comment)
Hello,
Was trying to reopen this issue from 2018, but I was unsuccessful. I tried the suggested modification to mdfreader.py, but my csv exports still contain empty rows between data points.
Can anyone please assist?
Thanks!
Ecalpy