Skip to content

CSV export without empty row between data? #195

@ecalpy

Description

@ecalpy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions