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

ryguy7272 ryanshuell at gmail.com
Wed Aug 19 14:43:40 EDT 2015


On Wednesday, August 19, 2015 at 1:14:44 PM UTC-4, Petite Abeille wrote:
> > On Aug 19, 2015, at 7:01 PM, Denis McMahon 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



WOW!!!  This is so powerful!!!
https://pypi.python.org/pypi/xmlutils


You're right, Denis, it is a bit tricky.  I definitely need to play with this a bit to get it to do what I really want it to do, but anyway, I think I can take it from here.  

Thanks everyone!!



More information about the Python-list mailing list