Quote:
Originally Posted by Frenzie
Python has a built-in rather limited but perhaps sufficient CSV module, and alternatively a variety of other good ones.
|
I was writing the data to the file myself and it was working OK, until I stumbled onto Micro$oft Excell's inability to recognize line breaks
inside the text qualifiers I'm using (double quotes).
I will try the build-in support to see if it handles it any better..