|
-
Jan 15th, 2009, 10:46 AM
#1
Thread Starter
New Member
How to convert XML to CSV using vb.net
Hello every one,
I have to convert xml data into csv file using vb.net
My xml format looks like this:
<my:Fields>
<my:Contact>
<my:FN>Aa</my:FN>
<my:LN>Bb</my:LN>
<my:Email>[email protected]</my:Email>
</my:Contact>
<my:Status>
<my:Sub>Testing</my:Sub>
<my:TDate>12/12/2008</my:TDate>
<my:SDupStatus>
<my:IsDup>1</my:IsDup>
</my:SDupStatus>
</my:Status>
</my:Fields>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|