[issue27302] csv.Sniffer guesses wrong when unquoted fields contain quotes

2022-01-20 Thread Irit Katriel


Change by Irit Katriel :


--
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27302] csv.Sniffer guesses wrong when unquoted fields contain quotes

2016-06-18 Thread R. David Murray

R. David Murray added the comment:

Sniff is a heuristic.  If you can suggest a way to improve the heuristic, 
great.  A particular failed guess isn't really a bug, though.

--
nosy: +r.david.murray

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27302] csv.Sniffer guesses wrong when unquoted fields contain quotes

2016-06-12 Thread Redoute

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com