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
emma johnson
NA
16
8.8k
File reading in c#
Apr 25 2013 12:30 AM
I want to read text file using c# , I have to extract certain data from this attached file i.e dataset. From this file I have to fetch following data i.e.
#* --- paper Title
#@ --- Authors
#t ---- Year
#c --- publication venue
"Paper titles" starts with #*, and then "authors" come i.e. starts with #@ etc.Where "paper titles","authors" etc, are column names.I have to extract values against these columns.
So, how to read this dataset file, for extracting specific data and writing this extracted data into another text file .
Reply
Answers (
1
)
exceptions
File reading