Message 338016 - Python tracker (original) (raw)

Okay, thanks for pointing to the doc. I did not expect the line termination to affect escaping, but I can see why these may be related.

Per your comment, I've added quoting=csv.QUOTE_NONNUMERIC. Instead of Excel, I am using Gdocs, and this escaping enables Gsheets to ingest it.

Closing the issue...