I have a csv file and i want to convert the same in Xml tree structure can some one tell me how is that possible
the xml structure will have many child element
as below:
<parents>
<child>
<name1/>
<name2/>
</child>
<child>
<name1/>
<name2/>
</child>
</parents>