You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to csv...@googlegroups.com
Hi all,
is there any code that can convert csv to xml?
hope that, members will help me.
thanks in advance.
Christopher Harsch
unread,
Dec 11, 2014, 10:24:15 AM12/11/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to csv...@googlegroups.com
This should be a straight easy one. Look up just about any example on the net on "how to create an XML file" and then you can use CSVreader to iterate through each record, create XML, and then write that XML to a file.