Re: Import web content to csv only if values are different from those of an excel sheet

2013-02-28 Thread Joel Goldstick
On Thu, Feb 28, 2013 at 12:25 PM, io wrote: > Hi, > > i have the following python script that reads json data from a website > and writes it in a csv file that i will then import to excel. (i have > just started since a week with py so i'm a noob!) : >

Import web content to csv only if values are different from those of an excel sheet

2013-02-28 Thread io
Hi, i have the following python script that reads json data from a website and writes it in a csv file that i will then import to excel. (i have just started since a week with py so i'm a noob!) : --- import json import urllib import csv url