[opensuse] xml to csv
Hi all, I have a xml file that I want to change to csv format. Can someone tell me an easy way to do this? Thanks, JIM -- The US was colonized by the religious, political, economic, and criminal rejects of every country in the world. We have been carefully breeding insane, obsessive, fanatic lunatics with each other for over 400 years, resulting in the glorious strain of humanity known as "Americans". You have to expect some... peculiarities. -Mark Damon Hughes -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Sun, 2011-08-28 at 17:19 +0200, James Hatridge wrote:
Hi all,
I have a xml file that I want to change to csv format. Can someone tell me an easy way to do this?
You need to use xslt. It is how XML can be converted into most anything. The trick is that you will need to tell it a bit about the structure of your XML file. IIRC, you only really need to provide details on the stuff you are interested in. There is a well defined syntax for xslt. I bet there are examples on the 'net that can get you started. For example, http://www.perlmonks.org/?node_id=634160 Of course, if it is a trivial one-off task, perhaps awk might work.
Thanks,
JIM
-- The US was colonized by the religious, political, economic, and criminal rejects of every country in the world. We have been carefully breeding insane, obsessive, fanatic lunatics with each other for over 400 years, resulting in the glorious strain of humanity known as "Americans". You have to expect some... peculiarities. -Mark Damon Hughes
-- Roger Oberholtzer OPQ Systems / Ramböll RST Ramböll Sverige AB Krukmakargatan 21 P.O. Box 17009 SE-104 62 Stockholm, Sweden Office: Int +46 10-615 60 20 Mobile: Int +46 70-815 1696 SHAW'S PRINCIPAL Build a system that even a fool can use, and only a fool will want to use it. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (2)
-
James Hatridge
-
Roger Oberholtzer