Fetching values inside xml tags to csv



I have xml file with data in this format



<xml version="1.0" encoding="utf-8"?>
<badges>
<row Id="82946" UserId="3718" Name="Teacher" Date="2008-09-15T08:55:03.923" />
<row Id="82947" UserId="994" Name="Teacher" Date="2008-09-15T08:55:03.957" />
<row Id="82949" UserId="3893" Name="Teacher" Date="2008-09-15T08:55:03.957" />
</badges>
</xml>


How can i save it to a csv format this way-- 3718,Teacher,2008-09-15T08:55:03.923 994,Teacher,2008-09-15T08:55:03.957


No comments:

Post a Comment