creating csv file from

Sandeep Avinash Gohad gohadbhai at rediffmail.com
Wed Mar 2 05:41:28 EST 2005


Please Help me

I wish to download the data from any URL (from any website) and
then want to save into ".csv" format.

In the python documentation "12.20 csv -- CSV File Reading and Writing"
import csv
reader = csv.reader(file("some.csv"))
for row in reader:
    print row

How can i use the url as an input so that I can save data from that particular webpage to comma seperated file (csv).

Regards
Sandeep


	

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20050302/47e0fbce/attachment.html>


More information about the Python-list mailing list