Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.036 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'ascii': 0.07; 'logic': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'thu,': 0.17; 'tim': 0.18; "i'd": 0.22; 'seems': 0.23; 'candidate': 0.26; 'header:X-Complaints-To:1': 0.28; 'chase': 0.29; 'url:home': 0.33; 'to:addr:python-list': 0.33; 'received:org': 0.36; 'characters': 0.36; 'subject:with': 0.36; 'charset:us-ascii': 0.36; 'does': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'things': 0.38; 'to:addr:python.org': 0.39; 'subject:-': 0.40; 'header:Received:5': 0.40; 'identify': 0.61; 'ever': 0.63; 'jul': 0.65; 'records': 0.68; 'special': 0.73; 'fields,': 0.84; 'dennis': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dennis Lee Bieber Subject: Re: Odd csv column-name truncation with only one column Date: Thu, 19 Jul 2012 17:10:04 -0400 Organization: > Bestiaria Support Staff < References: <5008110d$0$6865$e4fe514c@news2.news.xs4all.nl> <50084B81.50909@tim.thechases.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: adsl-76-253-106-193.dsl.klmzmi.sbcglobal.net X-Newsreader: Forte Agent 3.3/32.846 X-No-Archive: YES X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1342732212 news.xs4all.nl 6989 [2001:888:2000:d::a6]:49283 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:25652 On Thu, 19 Jul 2012 13:01:37 -0500, Tim Chase declaimed the following in gmane.comp.python.general: > It just seems unfortunate that the sniffer would ever consider > [a-zA-Z0-9] as a valid delimiter. > I'd suspect the sniffer logic does not do any special casing -- any /byte value/ is a candidate for the delimiter. This would allow for usage of some old ASCII control characters -- things like x1F (unit separator) {Next is to rig the sniffer to identify x1F for fields, and x1E for records } -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/