Miha Šetina <miha.set...@in516ht.com> added the comment:

The MS Synapse has a CSV support in its COPY command that would benefit from 
the proposed csv.QUOTE_NOTNULL as it can be used when preparing data for 
import. As they reference the same RFC the CSV modul should support, both the 
proposed modifications would extend the RFC functionality with support for 
NULL/None values in the data.
The csv.QUOTE_STRINGS would enable a smaller file size.
Our case is that we are moving data into Synapse and have to resort to risk 
prone string replace functionality to provide the MS Synapse COPY a proper 
support for empty string and NULL

----------
nosy: +msetina
versions: +Python 3.10, Python 3.6, Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue23041>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to