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 samwyse
Recipients krypten, r.david.murray, rhettinger, samwyse, skip.montanaro
Date 2014-12-15.19:40:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418672410.26.0.213816640681.issue23041@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, it's based on a real-world need.  I work for a Fortune 500 company and we have an internal tool that exports CSV files using what I've described as the QUOTE_NOTNULL rules.  I need to create similar files for re-importation.  Right now, I have to post-process the output of my Python program to get it right.  I added in the QUOTE_STRINGS rule for completeness.  I think these two new rules would be useful for anyone wanting to create sparse CSV files.
History
Date User Action Args
2014-12-15 19:40:10samwysesetrecipients: + samwyse, skip.montanaro, rhettinger, r.david.murray, krypten
2014-12-15 19:40:10samwysesetmessageid: <1418672410.26.0.213816640681.issue23041@psf.upfronthosting.co.za>
2014-12-15 19:40:10samwyselinkissue23041 messages
2014-12-15 19:40:09samwysecreate