Browse Source
currently the csv output is `\r\r\n` where the line terminator is `\r\n` and the extra `\r` is probably being inserted from writing a dict to csv. I get around this by changing the line terminator to `\n` to output `\r\n` which will make it compatible with most spreadsheet apps.master
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue