New submission from Redoute: When delimited text fields are not quoted, but embedded text contains some quoted words, sniff() will guess the wrong delimiter. The attached script contains a simple tab-delimited text where sniff() detects space as delimiter.
---------- components: Library (Lib) files: humptydumpty.py messages: 268391 nosy: Redoute priority: normal severity: normal status: open title: csv.Sniffer guesses wrong when unquoted fields contain quotes type: behavior versions: Python 3.6 Added file: http://bugs.python.org/file43368/humptydumpty.py _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27302> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com