Can I download XML data from the web and save, in as CSV or TXT delimitation?

Petite Abeille petite.abeille at gmail.com
Wed Aug 19 13:14:29 EDT 2015


> On Aug 19, 2015, at 7:01 PM, Denis McMahon <denismfmcmahon at gmail.com> wrote:
> 
> Downloading xml from the web is easy
> 
> writing csv or txt is easy
> 
> The tricky bit is converting the xml you have into the csv or text data 
> you want.
> 

curl | xml2 | 2csv

http://www.ofb.net/~egnor/xml2/ref


More information about the Python-list mailing list