TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Kev D
NA
4
0
read txt, write to xml in c#
Oct 18 2007 5:13 AM
hello
i have a txt in following format:
1;name firstname;location;city;
2;name firstname;location;city;
.......
i would like to read this txt file and parse the output to xml like:
<user>
<id>1</id>
<name_firstname>name firstname</name_firstname>
....
</user>
<user>
<id>2</id>
..........
is this in anyway possible ? should i parse the txt as a csv (i know there's a csvreader) ?
i don't have much experience working with files
any help or code snippets are appreciated
thanks alot in advance !
Reply
Answers (
1
)
is it possible to record audio and capture image from web-cam/scanner in a web application ?
What Atribute to set to show it structured in PropertiyGrid?