Message232677
If I understand correctly, your software needs to distinguish between
# wrote ["foo", "", 42, None] with quote_all in effect
"foo","","42",""
and
# wrote ["foo", None, 42, ""] with quote_nonnull in effect
"foo",,"42",""
so you in effect want to transmit some type information through a CSV file? |
|
| Date |
User |
Action |
Args |
| 2014-12-15 19:52:44 | skip.montanaro | set | recipients:
+ skip.montanaro, rhettinger, samwyse, r.david.murray, krypten |
| 2014-12-15 19:52:44 | skip.montanaro | set | messageid: <[email protected]> |
| 2014-12-15 19:52:44 | skip.montanaro | link | issue23041 messages |
| 2014-12-15 19:52:44 | skip.montanaro | create | |
|