Path: csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:text': 0.04; 'subject:file': 0.07; 'cc:addr:python-list': 0.09; 'csv': 0.09; 'form?': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'subject:python': 0.14; 'producing': 0.15; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'received:89.233': 0.16; 'received:89.233.217': 0.16; 'received:89.233.217.133': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'laura': 0.18; '2015': 0.20; 'cc:addr:python.org': 0.20; 'aug': 0.20; 'cc:2**1': 0.22; 'parsing': 0.22; 'sends': 0.22; 'cc:no real name:2**0': 0.22; 'plain': 0.24; 'header:In-Reply-To:1': 0.24; 'mon,': 0.24; 'question': 0.27; 'received:se': 0.29; 'code': 0.30; 'related': 0.32; 'text': 0.35; 'skip:> 10': 0.35; 'should': 0.36; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'files': 0.38; 'data': 0.39; 'subject:from': 0.39; 'rather': 0.39; 'some': 0.40; 'your': 0.60; 'header:Message-Id:1': 0.61; 'more': 0.63; 'contact': 0.66; 'received:89': 0.80 To: OmPs cc: python mail list , lac@openend.se From: Laura Creighton Subject: Re: Parsing data from text file to python In-Reply-To: Message from OmPs of "Mon, 10 Aug 2015 08:55:10 +0530." References: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <9782.1439179598.1@fido> Date: Mon, 10 Aug 2015 06:06:38 +0200 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [89.233.217.130]); Mon, 10 Aug 2015 06:06:45 +0200 (CEST) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1439179619 news.xs4all.nl 2832 [2001:888:2000:d::a6]:59617 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:95212 In a message of Mon, 10 Aug 2015 08:55:10 +0530, OmPs writes: >I have built a contact form which sends me email for every user >registration My question is more related to parsing some text data into csv >format. Your contact form should be able to produce csv files for you, rather than producing plain text which you then parse. Did you write the code for the form? In which case can we see it? Laura