This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author remi.lapeyre
Recipients bobbyocean, danieljewell, r.david.murray, remi.lapeyre, serhiy.storchaka, skip.montanaro
Date 2020-05-30.13:25:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590845158.7.0.31840600173.issue27580@roundup.psfhosted.org>
In-reply-to
Content
Hi Skip, I'm on a Mac so I tried Numbers, the spreadsheet tool that comes with MacOS:


Opening and exporting to CSV again works:


➜  ~ cat -v ~/Documents/nul.csv
abc;def;1234.5;^@^M
a-c;d^@f;1234.5;^@^M
ABC;DEF;1.5;^@


When exporting to TSV, it makes the correct changes:


➜  ~ cat -v ~/Documents/nul.tsv
abc	def	1234.5	^M
a-c	d^@f	1234.5	^@^M
ABC	DEF	1.5	^@
History
Date User Action Args
2020-05-30 13:25:58remi.lapeyresetrecipients: + remi.lapeyre, skip.montanaro, r.david.murray, serhiy.storchaka, bobbyocean, danieljewell
2020-05-30 13:25:58remi.lapeyresetmessageid: <1590845158.7.0.31840600173.issue27580@roundup.psfhosted.org>
2020-05-30 13:25:58remi.lapeyrelinkissue27580 messages
2020-05-30 13:25:58remi.lapeyrecreate