Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.086 X-Spam-Evidence: '*H*': 0.83; '*S*': 0.00; '22,': 0.09; 'cc:addr :python-list': 0.10; 'output': 0.15; 'brothers': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'spec,': 0.16; 'subject:CSV': 0.16; 'subject:File': 0.16; 'subject:Object': 0.16; 'wrote:': 0.16; 'programmer': 0.18; 'input': 0.18; 'cc:2**0': 0.21; 'cc:addr:python.org': 0.21; 'am,': 0.23; 'code.': 0.23; '2015': 0.23; 'file.': 0.24; 'header:In- Reply-To:1': 0.24; 'mon,': 0.24; 'sort': 0.25; 'required.': 0.26; 'message-id:@mail.gmail.com': 0.28; 'code': 0.31; 'generally': 0.32; 'ideal': 0.32; 'getting': 0.33; "he's": 0.33; 'lets': 0.33; 'file': 0.34; 'received:google.com': 0.34; 'could': 0.35; 'clear': 0.35; 'asking': 0.35; "isn't": 0.35; 'but': 0.36; 'so,': 0.37; 'turn': 0.37; 'subject:: ': 0.37; 'someone': 0.38; 'end': 0.39; 'data': 0.40; 'him': 0.60; 'even': 0.61; 'taking': 0.62; 'matter': 0.63; 'between': 0.65; 'subject:skip:T 10': 0.66; 'user,': 0.67; 'day': 0.70; 'chrisa': 0.84; 'coherent': 0.84; 'denis': 0.84; 'hardly': 0.84; "it'd": 0.84; 'to:none': 0.90; 'rocket': 0.95 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=QxjRArHxSxRCyyyhGdTxiB9PlGk6pJCrgGh9Mp+EwMY=; b=AFAXXnQleP20agKbufseT4NPvy2nY+NQLWSiP/Tq87cgGd+mdvqR1f0u8BjBxkpkCS PT1K3q96NtjA6rZ+2p+NsYKvWJhYkWGcqgXTz8H9fdszNDRGWLjizgh6s3H3s3fGu36d vQHRM92qap1ODztSATDVED7X2nsnZ+rL6c4WXvZD3xw8PP0sbVsHIBuhmjOmkiQ7qKhO u+nmGiEtQwhwYnz7g1satwwAfv0c+qKRBTHSY1+QAVycc/JrydMYeB1C2feuTLSGOG8B k6l7tGF8TcNAonavWj/p8o2z9jD+y+Em7kV1Y1jLUECm9zvRsaoM8wwhBKiAEPa7fccM v5zA== MIME-Version: 1.0 X-Received: by 10.107.8.210 with SMTP id h79mr21384699ioi.27.1435020213276; Mon, 22 Jun 2015 17:43:33 -0700 (PDT) In-Reply-To: References: <44a2d55f-9312-4b70-8b23-637466b21b11@googlegroups.com> Date: Tue, 23 Jun 2015 10:43:33 +1000 Subject: Re: JSON Object to CSV File Troubleshooting From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1435020220 news.xs4all.nl 2949 [2001:888:2000:d::a6]:56479 X-Complaints-To: abuse@xs4all.nl Path: csiph.com!usenet.pasdenom.info!news.stben.net!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Xref: csiph.com comp.lang.python:93022 On Mon, Jun 22, 2015 at 9:33 AM, Denis McMahon wrote: > This is the sort of data conversion code I generally turn out in a day or > so, it's hardly rocket science as long as you have a clear description of > what is required. If you don't have a clear description of what is > required, you have to keep asking questions until you get one. And this all before you even write a line of code. Getting the specs down is simply a matter of taking an input file and hand-crafting an ideal output file. One of my brothers claims he isn't a programmer (though he's better than he lets on), but when it comes to figuring iout a coherent spec, he's awesome... if I could put someone like him between the programmer and the end user, it'd save so much time. ChrisA